From 373b57a531af393d60b5d04a7155e239826308d6 Mon Sep 17 00:00:00 2001 From: witekfl Date: Tue, 24 Jul 2012 20:35:59 +0200 Subject: [PATCH] - there is a workaround for ksh in m4/pkg.m4 - because in PLD the ksh is sh, so this patch --- edelib-ksh.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 edelib-ksh.patch diff --git a/edelib-ksh.patch b/edelib-ksh.patch new file mode 100644 index 0000000..babc25a --- /dev/null +++ b/edelib-ksh.patch @@ -0,0 +1,11 @@ +--- edelib-2.0/m4/pkg.m4.old 2012-07-23 20:11:06.000000000 +0200 ++++ edelib-2.0/m4/pkg.m4 2012-07-23 20:12:09.000000000 +0200 +@@ -35,7 +35,7 @@ AC_DEFUN([EDELIB_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 -- 2.44.0