]> git.pld-linux.org Git - packages/ede.git/blob - ede-ksh.patch
- pass OPTIMFLAGS to the jam
[packages/ede.git] / ede-ksh.patch
1 --- ede-2.0/m4/pkg.m4.old       2012-07-24 20:55:13.000000000 +0200
2 +++ ede-2.0/m4/pkg.m4   2012-07-24 20:55:21.000000000 +0200
3 @@ -35,7 +35,7 @@ AC_DEFUN([PKG_CHECK_MODULES], [
4  
5              AC_MSG_CHECKING($1_LIBS)
6              ## don't use --libs since that can do evil things like add -Wl,--export-dynamic
7 -            if test "$SHELL" = "/bin/ksh"; then
8 +            if test "$SHELL" = "/bin/sh"; then
9                  ## ksh does not do escaping properly
10                  $1_LIBS="`$PKG_CONFIG --libs-only-L "$2"` `$PKG_CONFIG --libs-only-l "$2"`"
11              else
This page took 0.048945 seconds and 3 git commands to generate.