diff options
Diffstat (limited to 'extra/libproxy/Pkgfile')
-rwxr-xr-x | extra/libproxy/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/libproxy/Pkgfile b/extra/libproxy/Pkgfile index 18c8b8ca9..63fd4c312 100755 --- a/extra/libproxy/Pkgfile +++ b/extra/libproxy/Pkgfile @@ -2,7 +2,7 @@ # URL: http://code.google.com/p/libproxy # Maintainer: NutyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: gconf +# Depends on: gconf, xulrunner name=libproxy version=0.2.3 @@ -13,7 +13,8 @@ source=(http://libproxy.googlecode.com/files/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr + mozjs_CFLAGS="-DXP_UNIX -DJS_THREADSAFE \ + -I/usr/include/xulrunner-1.9.1.3/unstable/" ./configure --prefix=/usr make make DESTDIR=$PKG install |