diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-30 10:47:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-30 10:47:09 +0200 |
commit | 0e9c9f94821959eb281428a52e3a5630765ca6ac (patch) | |
tree | 37a01a60323441d6388ad7d76b01a94e658be1f6 /package/firefox/Makefile | |
parent | 8fab9e47804f0fcebb48ff75a1ddbbf51c714519 (diff) | |
parent | 5edd7d4a0d05bcdc3e5ba3402181fba588d9de62 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 970037f08..54e62d6b1 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -45,6 +45,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 \ |