SOURCES (APACHE_2_0): apache-apr1.patch - fix ab linking again
arekm
arekm at pld-linux.org
Tue Jan 22 13:45:39 CET 2008
Author: arekm Date: Tue Jan 22 12:45:39 2008 GMT
Module: SOURCES Tag: APACHE_2_0
---- Log message:
- fix ab linking again
---- Files affected:
SOURCES:
apache-apr1.patch (1.7.2.2 -> 1.7.2.3)
---- Diffs:
================================================================
Index: SOURCES/apache-apr1.patch
diff -u SOURCES/apache-apr1.patch:1.7.2.2 SOURCES/apache-apr1.patch:1.7.2.3
--- SOURCES/apache-apr1.patch:1.7.2.2 Tue Jan 22 13:39:14 2008
+++ SOURCES/apache-apr1.patch Tue Jan 22 13:45:34 2008
@@ -1782,3 +1782,14 @@
if (rv != APR_SUCCESS) {
int log_level = APLOG_WARNING;
+--- httpd-2.0.63/support/Makefile.in~ 2007-12-28 16:11:51.000000000 +0100
++++ httpd-2.0.63/support/Makefile.in 2008-01-22 13:43:36.488001322 +0100
+@@ -52,7 +52,7 @@
+ ab_OBJECTS = ab.lo
+ ab_LDADD = $(PROGRAM_LDADD) $(SSL_LIBS)
+ ab: $(ab_OBJECTS)
+- $(LINK) $(ab_LTFLAGS) $(ab_OBJECTS) $(ab_LDADD)
++ $(LINK) $(ab_LTFLAGS) $(ab_OBJECTS) $(ab_LDADD) -lm
+
+ checkgid_OBJECTS = checkgid.lo
+ checkgid: $(checkgid_OBJECTS)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/apache-apr1.patch?r1=1.7.2.2&r2=1.7.2.3&f=u
More information about the pld-cvs-commit
mailing list