]> Raphaƫl G. Git Repositories - ihttpd/blob - SOURCES/httpd-2.4.1-deplibs.patch
Initial import
[ihttpd] / SOURCES / httpd-2.4.1-deplibs.patch
1
2 Link straight against .la files.
3
4 Upstream-Status: vendor specific
5
6 --- httpd-2.4.1/configure.in.deplibs
7 +++ httpd-2.4.1/configure.in
8 @@ -707,9 +707,9 @@ APACHE_HELP_STRING(--with-suexec-umask,u
9
10 dnl APR should go after the other libs, so the right symbols can be picked up
11 if test x${apu_found} != xobsolete; then
12 - AP_LIBS="$AP_LIBS `$apu_config --avoid-ldap --link-libtool --libs`"
13 + AP_LIBS="$AP_LIBS `$apu_config --avoid-ldap --link-libtool`"
14 fi
15 -AP_LIBS="$AP_LIBS `$apr_config --link-libtool --libs`"
16 +AP_LIBS="$AP_LIBS `$apr_config --link-libtool`"
17 APACHE_SUBST(AP_LIBS)
18 APACHE_SUBST(AP_BUILD_SRCLIB_DIRS)
19 APACHE_SUBST(AP_CLEAN_SRCLIB_DIRS)