diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-25 21:07:56 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-25 21:07:56 +0100 |
commit | d6c15849ad1f92c56044debf5e24c396f2ba75f4 (patch) | |
tree | d6c3e41b2826a2aedbffa5107d805f0e72d7b3c1 /extra | |
parent | 14d64b24a29ce64fd0fba5cc2bb0a437903000c4 (diff) | |
download | nutyx-pakxe-d6c15849ad1f92c56044debf5e24c396f2ba75f4.tar.gz nutyx-pakxe-d6c15849ad1f92c56044debf5e24c396f2ba75f4.tar.bz2 nutyx-pakxe-d6c15849ad1f92c56044debf5e24c396f2ba75f4.tar.xz nutyx-pakxe-d6c15849ad1f92c56044debf5e24c396f2ba75f4.zip |
libproxy, petits ajustements
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/libproxy/Pkgfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/libproxy/Pkgfile b/extra/libproxy/Pkgfile index 63fd4c312..bea2bd375 100755 --- a/extra/libproxy/Pkgfile +++ b/extra/libproxy/Pkgfile @@ -13,8 +13,7 @@ source=(http://libproxy.googlecode.com/files/$name-$version.tar.gz) build() { cd $name-$version - mozjs_CFLAGS="-DXP_UNIX -DJS_THREADSAFE \ - -I/usr/include/xulrunner-1.9.1.3/unstable/" ./configure --prefix=/usr + ./configure --prefix=/usr make make DESTDIR=$PKG install |