summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xextra/libproxy/Pkgfile3
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