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. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel