]> granicus.if.org Git - apache/commitdiff
Get dsos working again by including $(LTFLAGS) on the command-line for
authorJeff Trawick <trawick@apache.org>
Sun, 30 Jul 2000 23:06:57 +0000 (23:06 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 30 Jul 2000 23:06:57 +0000 (23:06 +0000)
the --mode=link invocations of libtool/shlibtool.  The lack of LTFLAGS
resulted in no -export-dynamic, and dsos couldn't resolve symbols in
httpd.

LTFLAGS was lost in the 1.23 revision of rules.mk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85956 13f79535-47bb-0310-9956-ffa450edef68

build/rules.mk

index 525d45814cbb20107e7843dff3dc43720cd36e2c..90db7bd032db346cc6b6085e93c4c9aa58678e3a 100644 (file)
@@ -70,8 +70,8 @@ LT_CXX_COMPILE = $(LIBTOOL) --mode=compile $(CXX_COMPILE) -c $< && touch $@
 
 # Link-related commands
 
-LINK    = $(LIBTOOL) --mode=link $(COMPILE) $(LDFLAGS) -o $@
-SH_LINK = $(SH_LIBTOOL) --mode=link $(COMPILE) $(LDFLAGS) -o $@
+LINK    = $(LIBTOOL) --mode=link $(COMPILE) $(LTFLAGS) $(LDFLAGS) -o $@
+SH_LINK = $(SH_LIBTOOL) --mode=link $(COMPILE) $(LTFLAGS) $(LDFLAGS) -o $@
 
 # Helper programs