From: Peter Ekberg Date: Thu, 28 Jul 2005 10:23:18 +0000 (+0000) Subject: * config/ltmain.m4sh (func_generate_dlsyms): Properly remove X-Git-Tag: release-2-1b~605 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf04cdd3da1bdfa8e2679d7b1406dffb18778219;p=thirdparty%2Flibtool.git * config/ltmain.m4sh (func_generate_dlsyms): Properly remove the fake symbol line ": @PROGRAM@ " from the list of exported symbols. --- diff --git a/ChangeLog b/ChangeLog index 3746039e2..80ee77ce0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-28 Peter Ekberg + + * config/ltmain.m4sh (func_generate_dlsyms): Properly remove + the fake symbol line ": @PROGRAM@ " from the list of exported + symbols. + 2005-07-28 Peter Ekberg * libltdl/loaders/loadlibrary.c (vm_open): Set the error mode so diff --git a/config/ltmain.m4sh b/config/ltmain.m4sh index 417a5fe09..77be4f42a 100644 --- a/config/ltmain.m4sh +++ b/config/ltmain.m4sh @@ -806,7 +806,7 @@ extern \"C\" { export_symbols="$output_objdir/$outputname.exp" $opt_dry_run || { $RM $export_symbols - eval "${SED} -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' + eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' case $host in *cygwin* | *mingw* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'