From: Amos Jeffries Date: Fri, 30 Jul 2010 05:39:03 +0000 (-0600) Subject: Libtool now requires local include paths for LTDL X-Git-Tag: SQUID_3_2_0_1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62059234c2eb7b7a0adaf9143d50c20a86b3649a;p=thirdparty%2Fsquid.git Libtool now requires local include paths for LTDL --- diff --git a/src/Makefile.am b/src/Makefile.am index b638a96183..22cf92c71a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -564,14 +564,13 @@ squid_DEPENDENCIES = $(top_builddir)/lib/libmiscutil.a \ if USE_LOADABLE_MODULES squid_SOURCES += $(LOADABLE_MODULES_SOURCES) -squid_LDADD += \ - $(LIBLTDL) -squid_LDFLAGS = \ - -export-dynamic -dlopen force -# when static module linking is supported and enabled: -# squid_LDFLAGS = \ -# -all-static -dlopen self -# +squid_LDADD += $(LIBLTDL) +squid_LDFLAGS = -export-dynamic -dlopen force +## when static module linking is supported and enabled: +## squid_LDFLAGS = -all-static -dlopen self +## +## LTDL headers require their local include path... +INCLUDES += $(INCLTDL) endif ## Kerberos libraries require their include path...