diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-30 12:49:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-30 12:49:03 +0200 |
commit | 181bf9bdca8065de5a592587bd86823e0b288ce0 (patch) | |
tree | 61792ecc1051ba4f4d2d988aea3db7666562322f /package/firefox/Makefile | |
parent | f173d6ae31082439be71d9f5dcf6074ca6355520 (diff) |
fix build on FreeBSD host
Diffstat (limited to 'package/firefox/Makefile')
-rw-r--r-- | package/firefox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile index 234386e9c..3280d711b 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -44,6 +44,8 @@ CONFIGURE_ARGS+= --enable-application=browser \ --with-system-png \ --with-system-nss \ --with-system-nspr \ + --with-libIDL-prefix=${STAGING_DIR}/usr \ + --with-glib-prefix=${STAGING_DIR}/usr \ --enable-libxul \ --disable-tests \ --disable-static \ |