diff options
author | tnut <tnut at nutyx dot com> | 2012-03-04 18:06:05 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-03-04 18:06:05 +0100 |
commit | 3224c0c35c10aa5c49519dce7e8a3126de12883c (patch) | |
tree | 71b705f6b00965c8d57243134536dd9d9eb2003c /libproxy/Pkgfile | |
parent | 1c2028b1c5c659c9fa1f6273fdd5f68906949b8a (diff) | |
parent | ab5145143c9a6ca1c5d9888339eb9df742edec3a (diff) | |
download | nutyx-extra-3224c0c35c10aa5c49519dce7e8a3126de12883c.tar.gz nutyx-extra-3224c0c35c10aa5c49519dce7e8a3126de12883c.tar.bz2 nutyx-extra-3224c0c35c10aa5c49519dce7e8a3126de12883c.tar.xz nutyx-extra-3224c0c35c10aa5c49519dce7e8a3126de12883c.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/extra
Diffstat (limited to 'libproxy/Pkgfile')
-rwxr-xr-x | libproxy/Pkgfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libproxy/Pkgfile b/libproxy/Pkgfile index 0cdd6736a..3cdb70bb5 100755 --- a/libproxy/Pkgfile +++ b/libproxy/Pkgfile @@ -28,6 +28,7 @@ build() { -DWITH_KDE4=OFF \ -DWITH_PERL=ON \ -DWITH_PYTHON=ON \ + -DPYTHON_EXECUTABLE=/usr/bin/python2.7 \ -DCMAKE_BUILD_TYPE=Distrib \ -DCMAKE_CXX_FLAGS="${CXXFLAGS}" \ -DCMAKE_C_FLAGS="${CFLAGS}" \ |