SF.net SVN: gar:[24911] csw/mgar/pkg/389-admin/trunk/Makefile

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Wed Apr 29 12:14:02 CEST 2015


Revision: 24911
          http://sourceforge.net/p/gar/code/24911
Author:   cgrzemba
Date:     2015-04-29 10:14:01 +0000 (Wed, 29 Apr 2015)
Log Message:
-----------
389-admin/trunk: choose the right apxs

Modified Paths:
--------------
    csw/mgar/pkg/389-admin/trunk/Makefile

Modified: csw/mgar/pkg/389-admin/trunk/Makefile
===================================================================
--- csw/mgar/pkg/389-admin/trunk/Makefile	2015-04-29 08:55:18 UTC (rev 24910)
+++ csw/mgar/pkg/389-admin/trunk/Makefile	2015-04-29 10:14:01 UTC (rev 24911)
@@ -116,7 +116,8 @@
 CONFIGURE_ARGS += --with-nspr-inc=$(includedir)/nspr 
 CONFIGURE_ARGS += --with-nss-lib=$(libdir)
 CONFIGURE_ARGS += --with-nss-inc=$(includedir)/nss 
-CONFIGURE_ARGS += --with-apxs=/opt/csw/bin/apxs
+CONFIGURE_ARGS_32 += --with-apxs=/opt/csw/bin/apxs
+CONFIGURE_ARGS_64 += --with-apxs=/opt/csw/bin/$(BUILD_ISAS)/apxs
 CONFIGURE_ARGS_32 += --with-httpd=/opt/csw/sbin/httpd
 CONFIGURE_ARGS_32 += --with-modnss-lib=/opt/csw/lib/apache2/modules
 CONFIGURE_ARGS_64 += --with-httpd=/opt/csw/sbin/$(BUILD_ISAS)/httpd

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