From: Alexandre Oliva Date: Mon, 4 Sep 2000 08:07:17 +0000 (+0000) Subject: * mdemo/Makefile.am: Mark only libfoo2 as -no-undefined. X-Git-Tag: multi-language-merge-point~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f131d639a506ffc532398989159ecfdfd08ef251;p=thirdparty%2Flibtool.git * mdemo/Makefile.am: Mark only libfoo2 as -no-undefined. --- diff --git a/ChangeLog b/ChangeLog index 40ce0e0cd..cd86621b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-09-04 Alexandre Oliva + * mdemo/Makefile.am: Mark only libfoo2 as -no-undefined. + * ltcf-c.sh (need_lc): Preserve allow_undefined_flag. * tests/*.test (CONFIG_SITE): Ultrix's /bin/sh fails on diff --git a/mdemo/Makefile.am b/mdemo/Makefile.am index d37bacdbd..08236ada1 100644 --- a/mdemo/Makefile.am +++ b/mdemo/Makefile.am @@ -14,7 +14,7 @@ foo1_la_LDFLAGS = -module -avoid-version libfoo2_la_SOURCES = foo2.c libfoo2_la_LIBADD = $(LIBM) -libfoo2_la_LDFLAGS = -module -export-symbols-regex "libfoo2.*" +libfoo2_la_LDFLAGS = -no-undefined -module -export-symbols-regex "libfoo2.*" noinst_HEADERS = foo.h