From: Alexandre Oliva Date: Sun, 20 May 2001 18:14:01 +0000 (+0000) Subject: * ltcf-cxx.sh (allow_undefined_flag) [aix4* | aix 5*]: Fix quote X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9102a04a73161d807e2d4de08a5f63567ba6b2d;p=thirdparty%2Flibtool.git * ltcf-cxx.sh (allow_undefined_flag) [aix4* | aix 5*]: Fix quote error. --- diff --git a/ChangeLog b/ChangeLog index 1741a1f65..5157f0c6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-05-20 Alexandre Oliva + * ltcf-cxx.sh (allow_undefined_flag) [aix4* | aix 5*]: Fix quote + error. + * ltmain.in (exec_cmd): New variable. Don't exec programs within the big `case'; set the variable instead, and exec the cmd afterwards, so that the shell gets a chance to clean up here-doc diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh index 0fe09f53a..29f8ffe5d 100644 --- a/ltcf-cxx.sh +++ b/ltcf-cxx.sh @@ -197,7 +197,7 @@ case $host_os in # Warning - without using the other run time loading flags, -berok will # link without error, but may produce a broken library. no_undefined_flag='${wl}-bnoerok' - allow_undefined_flag='${wl}-berok" + allow_undefined_flag='${wl}-berok' # -bexpall does not export symbols beginning with underscore (_) always_export_symbols=yes # Exported symbols can be pulled into shared objects from archives