components/net-snmp/Makefile
changeset 3936 c344422ee38b
parent 3817 30b42c38bbc4
child 4092 376ba5d29e51
--- a/components/net-snmp/Makefile	Wed Mar 11 08:28:16 2015 -0700
+++ b/components/net-snmp/Makefile	Thu Mar 12 07:59:21 2015 -0700
@@ -90,6 +90,11 @@
 COMPONENT_PRE_CONFIGURE_ACTION = \
 	($(CLONEY) $(SOURCE_DIR) $(@D); $(CLONEY) $(COMPONENT_DIR)/sun $(@D)/sun)
 
+# After Python 2.6 goes away, the COMPONENT_POST_{CONFIGURE,INSTALL}_ACTIONs
+# below can go away as well (for INSTALL_ACTION, 32-bit goes away; 64-bit
+# remains).
+PYTHON_VERSION=2.6
+
 # After we have configured, make a copy of the python bits so we
 # can build separate python 2.7 support.
 COMPONENT_POST_CONFIGURE_ACTION = (cd $(@D) ; cp -rp python python2.7)