From d55e301dd0986e6dfb23bc5220f6653aea46aeb5 Mon Sep 17 00:00:00 2001 From: Peter Ekberg Date: Thu, 28 Jul 2005 10:34:25 +0000 Subject: [PATCH] * config/ltmain.m4sh (func_generate_dlsyms): Properly remove the fake symbol line ": @PROGRAM@ " from the list of exported symbols. --- ChangeLog | 6 ++++++ config/ltmain.m4sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d1fbf109c..696582a4e 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 641a83403..dcb9a6b51 100644 --- a/config/ltmain.m4sh +++ b/config/ltmain.m4sh @@ -758,7 +758,7 @@ extern \"C\" { if test -z "$export_symbols"; then export_symbols="$output_objdir/$outputname.exp" $run $RM $export_symbols - $run eval "${SED} -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' + $run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' case $host in *cygwin* | *mingw* ) $run eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' -- 2.47.2