components/net-snmp/Makefile
branchs11-update
changeset 3985 6cc44e5834f8
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
--- a/components/net-snmp/Makefile	Wed Mar 18 13:27:20 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)