aboutsummaryrefslogtreecommitdiffstats
path: root/main/libtool/libtool-no-undefined.patch
blob: fcf33192adee833f9363ee512f0a2375739f20ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- libtool-2.4.6.orig/libltdl/Makefile.am
+++ libtool-2.4.6/libltdl/Makefile.am
@@ -47,7 +47,6 @@
 AM_CPPFLAGS	       += -DLT_CONFIG_H='<$(LT_CONFIG_H)>' \
 			  -DLTDL -I. -I$(srcdir) -Ilibltdl \
 			  -I$(srcdir)/libltdl
-AM_LDFLAGS	       += -no-undefined
 LTDL_VERSION_INFO	= -version-info 10:1:3
 
 noinst_LTLIBRARIES	+= $(LT_DLLOADERS)
--- libtool-2.4.6.orig/libltdl/Makefile.in
+++ libtool-2.4.6/libltdl/Makefile.in
@@ -441,7 +441,6 @@
 # (not as a sub-package!) using 'nostdinc':
 AM_CPPFLAGS = -DLT_CONFIG_H='<$(LT_CONFIG_H)>' -DLTDL -I. -I$(srcdir) \
 	-Ilibltdl -I$(srcdir)/libltdl
-AM_LDFLAGS = -no-undefined
 BUILT_SOURCES = libltdl/$(LT_ARGZ_H)
 include_HEADERS = $(am__append_1)
 noinst_LTLIBRARIES = $(LT_DLLOADERS) $(am__append_3)
--- libtool-2.4.6.orig/Makefile.in
+++ libtool-2.4.6/Makefile.in
@@ -593,7 +593,6 @@
 AM_CPPFLAGS = -DLT_CONFIG_H='<$(LT_CONFIG_H)>' -DLTDL -I. -I$(srcdir) \
 	-Ilibltdl -I$(srcdir)/libltdl -Ilibltdl/libltdl \
 	-I$(srcdir)/libltdl/libltdl
-AM_LDFLAGS = -no-undefined
 SUBDIRS = .
 DIST_SUBDIRS = $(SUBDIRS)
 EXTRA_DIST = bootstrap bootstrap.conf $(build_scripts) cfg.mk maint.mk \