[csw-devel] SF.net SVN: gar:[3964] csw/mgar/pkg/netsnmp/trunk/Makefile
hson at users.sourceforge.net
hson at users.sourceforge.net
Thu Mar 26 08:55:06 CET 2009
Revision: 3964
http://gar.svn.sourceforge.net/gar/?rev=3964&view=rev
Author: hson
Date: 2009-03-26 07:55:06 +0000 (Thu, 26 Mar 2009)
Log Message:
-----------
netsnmp: Disable perl and python modules using =no
Modified Paths:
--------------
csw/mgar/pkg/netsnmp/trunk/Makefile
Modified: csw/mgar/pkg/netsnmp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/netsnmp/trunk/Makefile 2009-03-26 07:02:46 UTC (rev 3963)
+++ csw/mgar/pkg/netsnmp/trunk/Makefile 2009-03-26 07:55:06 UTC (rev 3964)
@@ -36,12 +36,10 @@
CONFIGURE_ARGS += '--with-libwrap=/opt/csw/lib'
CONFIGURE_ARGS += '--enable-ipv6'
CONFIGURE_ARGS += '--with-transports=UDP TCP Unix'
-CONFIGURE_ARGS += '--without-perl-modules'
-CONFIGURE_ARGS += '--without-python-modules'
-#CONFIGURE_ARGS += '--with-perl-modules'
-#CONFIGURE_ARGS += '--with-python-modules'
+CONFIGURE_ARGS += '--with-perl-modules=no'
+CONFIGURE_ARGS += '--with-python-modules=no'
-#PATCHFILES = perl_makefiles.diff
+PATCHFILES = perl_makefiles.diff
LD_OPTIONS =
export LD_OPTIONS
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