]> git.pld-linux.org Git - packages/ede.git/commitdiff
- ksh is sh in PLD.
authorwitekfl <witekfl@poczta.onet.pl>
Tue, 24 Jul 2012 20:37:44 +0000 (22:37 +0200)
committerwitekfl <witekfl@poczta.onet.pl>
Tue, 24 Jul 2012 20:37:44 +0000 (22:37 +0200)
There is code specific to ksh in m4/pkg.m4
It is probably wrong to change ksh to sh there, but works.

ede-ksh.patch [new file with mode: 0644]

diff --git a/ede-ksh.patch b/ede-ksh.patch
new file mode 100644 (file)
index 0000000..df25101
--- /dev/null
@@ -0,0 +1,11 @@
+--- ede-2.0/m4/pkg.m4.old      2012-07-24 20:55:13.000000000 +0200
++++ ede-2.0/m4/pkg.m4  2012-07-24 20:55:21.000000000 +0200
+@@ -35,7 +35,7 @@ AC_DEFUN([PKG_CHECK_MODULES], [
+             AC_MSG_CHECKING($1_LIBS)
+             ## don't use --libs since that can do evil things like add -Wl,--export-dynamic
+-            if test "$SHELL" = "/bin/ksh"; then
++            if test "$SHELL" = "/bin/sh"; then
+                 ## ksh does not do escaping properly
+                 $1_LIBS="`$PKG_CONFIG --libs-only-L "$2"` `$PKG_CONFIG --libs-only-l "$2"`"
+             else
This page took 0.07738 seconds and 4 git commands to generate.