[csw-devel] SF.net SVN: gar:[14409] csw/mgar/pkg/php5/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Wed Apr 27 04:40:47 CEST 2011
Revision: 14409
http://gar.svn.sourceforge.net/gar/?rev=14409&view=rev
Author: bdwalton
Date: 2011-04-27 02:40:46 +0000 (Wed, 27 Apr 2011)
Log Message:
-----------
php5/trunk: set sysconfdir in configure args
Modified Paths:
--------------
csw/mgar/pkg/php5/trunk/Makefile
Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile 2011-04-27 01:57:03 UTC (rev 14408)
+++ csw/mgar/pkg/php5/trunk/Makefile 2011-04-27 02:40:46 UTC (rev 14409)
@@ -212,6 +212,7 @@
sysconfdir = /etc/$(prefix)/php5
CONFIGURE_ARGS += --prefix=$(prefix)/php5
+CONFIGURE_ARGS += --sysconfdir=$(sysconfdir)
## build this static, php can not run without it.
## it is more efficient to have this built into the php binary
CONFIGURE_ARGS += --enable-simplexml
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