From d9301d8b7b006baf7cc624f99b54b16da91e7373 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 29 Jun 2001 02:35:56 +0000 Subject: [PATCH] * mdemo/Makefile,am (foo1_la_LIBADD): Add libsub.la, since foo1 does use symbols from libsub.la -- only platforms that allow undefined symbols in libraries were able to cope with this previously. Reported by Robert Collins --- ChangeLog | 6 ++++++ mdemo/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9c8522664..4fc0278aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2001-06-29 Gary V. Vaughan + * mdemo/Makefile,am (foo1_la_LIBADD): Add libsub.la, since foo1 + does use symbols from libsub.la -- only platforms that allow + undefined symbols in libraries were able to cope with this + previously. + Reported by Robert Collins + From "Golubev I. N." * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [sco3.2v5*]: Needs -wl,-Bexport to make self dlopen work. diff --git a/mdemo/Makefile.am b/mdemo/Makefile.am index 35c02d4d6..e89982ba1 100644 --- a/mdemo/Makefile.am +++ b/mdemo/Makefile.am @@ -9,7 +9,7 @@ EXTRA_DIST = acinclude.m4 lib_LTLIBRARIES = libsub.la foo1.la libfoo2.la foo1_la_SOURCES = foo1.c -foo1_la_LIBADD = $(LIBM) +foo1_la_LIBADD = $(LIBM) libsub.la foo1_la_LDFLAGS = -module -avoid-version libfoo2_la_SOURCES = foo2.c -- 2.47.3