From 879190aeed01e0254111a4c8382e3aed244fa22c Mon Sep 17 00:00:00 2001 From: stevenj Date: Thu, 9 Jun 2011 12:34:27 -0400 Subject: [PATCH] guile and python libs will NOT have no undefined symbols, since they refer to things in the guile and python shared libraries, respectively darcs-hash:20110609163427-c8de0-2ecf408d789a768334a857b0e9909af0ca038e9f.gz --- swig/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swig/Makefile.am b/swig/Makefile.am index e29bb76..6ef4702 100644 --- a/swig/Makefile.am +++ b/swig/Makefile.am @@ -10,7 +10,7 @@ HDR = $(top_builddir)/api/nlopt.hpp libnlopt@NLOPT_SUFFIX@_guile_la_SOURCES = nlopt-guile.cpp libnlopt@NLOPT_SUFFIX@_guile_la_LIBADD = ../libnlopt@NLOPT_SUFFIX@.la -libnlopt@NLOPT_SUFFIX@_guile_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@ +libnlopt@NLOPT_SUFFIX@_guile_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ libnlopt@NLOPT_SUFFIX@_guile_la_CPPFLAGS = $(GUILE_CPPFLAGS) -I$(top_builddir)/api guiledir = $(GUILE_INSTALL_DIR) @@ -24,7 +24,7 @@ endif _nlopt_la_SOURCES = nlopt-python.cpp _nlopt_la_LIBADD = ../libnlopt@NLOPT_SUFFIX@.la -_nlopt_la_LDFLAGS = -module -no-undefined -version-info @SHARED_VERSION_INFO@ +_nlopt_la_LDFLAGS = -module -version-info @SHARED_VERSION_INFO@ _nlopt_la_CPPFLAGS = $(PYTHON_INCLUDES) -I$(top_builddir)/api if WITH_PYTHON -- 2.30.2