OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Oct-2008 19:50:13
Branch: HEAD Handle: 2008102718501300
Modified files:
openpkg-src/apache-apreq
apache-apreq.patch apache-apreq.spec
Log:
fix building
Summary:
Revision Changes Path
1.2 +22 -1 openpkg-src/apache-apreq/apache-apreq.patch
1.3 +1 -1 openpkg-src/apache-apreq/apache-apreq.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache-apreq/apache-apreq.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 apache-apreq.patch
--- openpkg-src/apache-apreq/apache-apreq.patch 2 Oct 2007 10:29:35
-0000 1.1
+++ openpkg-src/apache-apreq/apache-apreq.patch 27 Oct 2008 18:50:13
-0000 1.2
@@ -1,6 +1,27 @@
+Index: configure
+--- configure.orig 2006-08-09 06:29:00 +0200
++++ configure 2008-10-27 19:47:34 +0100
+@@ -18955,7 +18955,7 @@
+ if test ${APR_MAJOR_VERSION:="0"} -eq 0; then
+ apr_config=apr-config
+ apu_config=apu-config
+- apreq_libs="-lapr -laprutil"
++ apreq_libs="-laprutil -lapr"
+ else
+ apr_config=apr-$APR_MAJOR_VERSION-config
+ apu_config=apu-$APR_MAJOR_VERSION-config
+@@ -19250,7 +19250,7 @@
+ done
+ if test $apr_addto_duplicate = "0"; then
+ echo " adding \"$i\" to APR_LTFLAGS"
+- APR_LTFLAGS="$APR_LTFLAGS $i"
++ APR_LTFLAGS="$i $APR_LTFLAGS"
+ fi
+ done
+ fi
Index: library/Makefile.in
--- library/Makefile.in.orig 2006-08-09 06:29:04 +0200
-+++ library/Makefile.in 2007-10-02 12:23:13 +0200
++++ library/Makefile.in 2008-10-27 19:47:12 +0100
@@ -220,7 +220,7 @@
parser_urlencoded.c parser_header.c
parser_multipart.c \
module.c module_custom.c module_cgi.c error.c
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/apache-apreq/apache-apreq.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 apache-apreq.spec
--- openpkg-src/apache-apreq/apache-apreq.spec 1 Jan 2008 14:50:30
-0000 1.2
+++ openpkg-src/apache-apreq/apache-apreq.spec 27 Oct 2008 18:50:13
-0000 1.3
@@ -32,7 +32,7 @@
Group: Web
License: ASF
Version: 2.08
-Release: 20080101
+Release: 20081027
# package options
%option with_perl no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]