VirtualBox

Changeset 72145 in vbox for trunk/src


Ignore:
Timestamp:
May 7, 2018 3:21:07 PM (7 years ago)
Author:
vboxsync
Message:

rpm/rules: accept with Python 2.6 from EPEL for EL5 builds.
bugref:9165: webtools: create scripts for (re-)creating chroot build jails
Our current EL5 chroots seem to have custom Python 2.7 builds on them. Since
EPEL have Python 2.6 packages for EL5 which do the job with almost no hassle,
change the rules script to pick them up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/rpm/rules

    r69500 r72145  
    173173             VBOX_DO_STRIP= \
    174174             $(if $(filter el5,$(rpmrel)),VBOX_BLD_PYTHON=$(strip \
    175                 $(firstword $(wildcard /usr/local/bin/python2.7) $(wildcard /usr/bin/python))),) \
     175                $(firstword $(wildcard /usr/local/bin/python2.7) \
     176                $(wildcard /usr/bin/python2.6) $(wildcard /usr/bin/python))),) \
    176177             $(doc_dir) \
    177178             $(if $(ose),,VBOX_WITH_DOCS_CHM=1) \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette