diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2006-07-25 04:09:33 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2006-07-25 04:09:33 +0000 |
commit | 84ea30d82c7639f0aeace9ad1a4b97ef67fc9473 (patch) | |
tree | e837e014d35d1a7ff536cb134279954b37609ccf /firefox-mozconfig | |
parent | disable visibility for i386 too since it appears to go BOOM on linking. =( (diff) | |
download | librewolf-fedora-ff-84ea30d82c7639f0aeace9ad1a4b97ef67fc9473.tar.gz librewolf-fedora-ff-84ea30d82c7639f0aeace9ad1a4b97ef67fc9473.tar.bz2 librewolf-fedora-ff-84ea30d82c7639f0aeace9ad1a4b97ef67fc9473.zip |
- Make sure that the prefix is properly set.
Diffstat (limited to 'firefox-mozconfig')
-rwxr-xr-x | firefox-mozconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig index b483b48..e932989 100755 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -1,5 +1,6 @@ . $topsrcdir/browser/config/mozconfig +ac_add_options --prefix="$PREFIX" ac_add_options --with-system-nspr ac_add_options --with-system-nss ac_add_options --with-system-jpeg |