]> git.pld-linux.org Git - packages/pl.git/commitdiff
- there is no . in default PATH
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 10 Mar 2009 21:24:20 +0000 (21:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pl-clib-configure.patch -> 1.1

pl-clib-configure.patch [new file with mode: 0644]

diff --git a/pl-clib-configure.patch b/pl-clib-configure.patch
new file mode 100644 (file)
index 0000000..d5040c3
--- /dev/null
@@ -0,0 +1,13 @@
+--- pl-5.7.7/packages/clib/configure.in~       2009-02-26 15:19:36.000000000 +0100
++++ pl-5.7.7/packages/clib/configure.in        2009-03-10 18:20:37.000000000 +0100
+@@ -120,8 +120,8 @@
+ ( CC=$ACC; LD=$ALD; CPP=$ACPP; CFLAGS=$CFLAGS; LDFLAGS=$LDFLAGS;
+   export CC LD CFLAGS LDFLAGS
+-  (cd maildrop/rfc822 && $SHELL configure)
+-  (cd maildrop/rfc2045 && $SHELL configure)
++  (cd maildrop/rfc822 && $SHELL ./configure)
++  (cd maildrop/rfc2045 && $SHELL ./configure)
+ )
+ AC_MSG_RESULT("Done")
This page took 0.045621 seconds and 4 git commands to generate.