diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/boost/.footprint | 6 | ||||
-rw-r--r-- | extra/boost/Pkgfile | 1 |
2 files changed, 1 insertions, 6 deletions
diff --git a/extra/boost/.footprint b/extra/boost/.footprint index 5bc4ee82f..4bf544a5f 100644 --- a/extra/boost/.footprint +++ b/extra/boost/.footprint @@ -77,12 +77,6 @@ lrwxrwxrwx root/root lib/libboost_python-mt.so -> libboost_python-mt.so.1.45.0 -rw-r--r-- root/root lib/libboost_python.a lrwxrwxrwx root/root lib/libboost_python.so -> libboost_python.so.1.45.0 -rwxr-xr-x root/root lib/libboost_python.so.1.45.0 --rw-r--r-- root/root lib/libboost_python3-mt.a -lrwxrwxrwx root/root lib/libboost_python3-mt.so -> libboost_python3-mt.so.1.45.0 --rwxr-xr-x root/root lib/libboost_python3-mt.so.1.45.0 --rw-r--r-- root/root lib/libboost_python3.a -lrwxrwxrwx root/root lib/libboost_python3.so -> libboost_python3.so.1.45.0 --rwxr-xr-x root/root lib/libboost_python3.so.1.45.0 -rw-r--r-- root/root lib/libboost_random-mt.a lrwxrwxrwx root/root lib/libboost_random-mt.so -> libboost_random-mt.so.1.45.0 -rwxr-xr-x root/root lib/libboost_random-mt.so.1.45.0 diff --git a/extra/boost/Pkgfile b/extra/boost/Pkgfile index 0d778ae95..27744be25 100644 --- a/extra/boost/Pkgfile +++ b/extra/boost/Pkgfile @@ -17,6 +17,7 @@ build() { # build bjam cd $SRC/boost_${_boostver}/tools/ + echo "using python : 2.7 : /usr/bin/python2 ;" >> build/v2/user-config.jam cd $SRC/boost_${_boostver}/tools/build/v2/engine/src ./build.sh cc |