[csw-devel] SF.net SVN: gar:[10635] csw/mgar/pkg/apache2/trunk/Makefile
rthurner at users.sourceforge.net
rthurner at users.sourceforge.net
Wed Jul 28 15:53:56 CEST 2010
Revision: 10635
http://gar.svn.sourceforge.net/gar/?rev=10635&view=rev
Author: rthurner
Date: 2010-07-28 13:53:55 +0000 (Wed, 28 Jul 2010)
Log Message:
-----------
apache2: use apr-config instead of location
Modified Paths:
--------------
csw/mgar/pkg/apache2/trunk/Makefile
Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile 2010-07-28 13:16:16 UTC (rev 10634)
+++ csw/mgar/pkg/apache2/trunk/Makefile 2010-07-28 13:53:55 UTC (rev 10635)
@@ -43,8 +43,8 @@
(cd $(WORKDIR)/$(GARNAME)-$(GARVERSION); ./buildconf)
# Build Configuration
-CONFIGURE_ARGS += --with-apr=$(prefix)
-CONFIGURE_ARGS += --with-apr-util=$(prefix)
+CONFIGURE_ARGS += --with-apr=$(prefix)/bin/apr-1-config
+CONFIGURE_ARGS += --with-apr-util=$(prefix)/bin/apr-1-config
CONFIGURE_ARGS += --with-mpm=prefork
CONFIGURE_ARGS += --disable-static
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list