From: Joe Orton Date: Thu, 16 Jun 2005 10:21:39 +0000 (+0000) Subject: * build/config_vars.sh.in: Expand LTFLAGS here, to fix `apxs -q LIBTOOL` X-Git-Tag: 2.1.5~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98693cedae7fcad34cf668cf16bf8f0415c723ce;p=thirdparty%2Fapache%2Fhttpd.git * build/config_vars.sh.in: Expand LTFLAGS here, to fix `apxs -q LIBTOOL` again. PR: 32787 Submitted by: William Barker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190893 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/config_vars.sh.in b/build/config_vars.sh.in index 219c2b7b9f6..9c002f71b44 100644 --- a/build/config_vars.sh.in +++ b/build/config_vars.sh.in @@ -60,5 +60,5 @@ exec sed " /^UTIL_LDFLAGS/d /^APR_INCLUDEDIR.*$/s,.*,APR_INCLUDEDIR = ${APR_INCLUDEDIR}, /^APU_INCLUDEDIR.*$/s,.*,APU_INCLUDEDIR = ${APU_INCLUDEDIR}, -/^LIBTOOL.*$/s,/[^ ]*/libtool \(.*\),${APR_LIBTOOL} \$(LTFLAGS), +/^LIBTOOL.*$/s,/[^ ]*/libtool \(.*\),${APR_LIBTOOL} @LTFLAGS@, "