[csw-devel] SF.net SVN: gar:[3963] csw/mgar/pkg/netsnmp/trunk/Makefile

hson at users.sourceforge.net hson at users.sourceforge.net
Thu Mar 26 08:02:46 CET 2009


Revision: 3963
          http://gar.svn.sourceforge.net/gar/?rev=3963&view=rev
Author:   hson
Date:     2009-03-26 07:02:46 +0000 (Thu, 26 Mar 2009)

Log Message:
-----------
netsnmp: Disable build of perl and python modules

Modified Paths:
--------------
    csw/mgar/pkg/netsnmp/trunk/Makefile

Modified: csw/mgar/pkg/netsnmp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/netsnmp/trunk/Makefile	2009-03-26 06:11:36 UTC (rev 3962)
+++ csw/mgar/pkg/netsnmp/trunk/Makefile	2009-03-26 07:02:46 UTC (rev 3963)
@@ -36,10 +36,12 @@
 CONFIGURE_ARGS += '--with-libwrap=/opt/csw/lib' 
 CONFIGURE_ARGS += '--enable-ipv6' 
 CONFIGURE_ARGS += '--with-transports=UDP TCP Unix' 
-CONFIGURE_ARGS += '--with-perl-modules' 
-CONFIGURE_ARGS += '--with-python-modules'
+CONFIGURE_ARGS += '--without-perl-modules'
+CONFIGURE_ARGS += '--without-python-modules'
+#CONFIGURE_ARGS += '--with-perl-modules' 
+#CONFIGURE_ARGS += '--with-python-modules'
 
-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