]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* mdemo/Makefile.am: Mark only libfoo2 as -no-undefined.
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Sep 2000 08:07:17 +0000 (08:07 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Sep 2000 08:07:17 +0000 (08:07 +0000)
ChangeLog
mdemo/Makefile.am

index 40ce0e0cd8751c55349763dc0cbe9e6879e008a4..cd86621b51bf557640aeb625ca4822ddb0d82094 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-09-04  Alexandre Oliva  <aoliva@redhat.com>
 
+       * 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
index d37bacdbde33892063b2695297c8fbef8349adc9..08236ada1aeeb6f589fd14920140b2d93ca262e9 100644 (file)
@@ -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