diff options
author | sibel <lesibel@free.fr> | 2011-01-20 16:34:14 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-20 16:34:14 +0100 |
commit | a1ac4e24b416866f2f4fd7f25c178eb72c4e8bcf (patch) | |
tree | 796a9bb86094381f10efcdf64d27f71bfc2973e3 /extra | |
parent | cd982772da5ce07909d1aa4144205dfc0585018a (diff) | |
download | nutyx-pakxe-a1ac4e24b416866f2f4fd7f25c178eb72c4e8bcf.tar.gz nutyx-pakxe-a1ac4e24b416866f2f4fd7f25c178eb72c4e8bcf.tar.bz2 nutyx-pakxe-a1ac4e24b416866f2f4fd7f25c178eb72c4e8bcf.tar.xz nutyx-pakxe-a1ac4e24b416866f2f4fd7f25c178eb72c4e8bcf.zip |
boost, petites corrections
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 |