]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Move PCRE_LIBS from HTTPD_LDFLAGS to
authorRainer Jung <rjung@apache.org>
Tue, 5 Jul 2011 05:48:24 +0000 (05:48 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 5 Jul 2011 05:48:24 +0000 (05:48 +0000)
commitc1197d4d83a038ecdbfbcb4f44cf422c8ba8cf02
treeff16832c3fd3eb6730b7702d44e4c30f8912e64b
parent9ed2afa2b9a50367b259d775d442705ecdd5cf12
Move PCRE_LIBS from HTTPD_LDFLAGS to
PROGRAM_LDADD.

Otherwise -lpcre comes before libmain which leads
to undefined recences during linking of httpd.

Followup to r1142739.

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