diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-24 18:54:03 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-24 18:54:03 +0200 |
commit | 4a8af23878e3b45060f3abd969b7ed596789d857 (patch) | |
tree | acf2212e377aa01165479bee1904bd8e76d16d82 /extra/libproxy/Pkgfile | |
parent | 51b4ba3195cf979a0528b78ea91c5595cb07d537 (diff) | |
download | nutyx-extra-4a8af23878e3b45060f3abd969b7ed596789d857.tar.gz nutyx-extra-4a8af23878e3b45060f3abd969b7ed596789d857.tar.bz2 nutyx-extra-4a8af23878e3b45060f3abd969b7ed596789d857.tar.xz nutyx-extra-4a8af23878e3b45060f3abd969b7ed596789d857.zip |
libproxy, ajout xulrunner comme dep
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 |