diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-16 07:19:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-16 07:20:31 +0000 |
commit | 7a5aee2f9247b9c1a4ddcaaefc584e08d8a1f2f3 (patch) | |
tree | 42c90c6700d595e2e0ffcdbbdef1a9c16f453ff1 /testing/firefox/mozconfig | |
parent | feaba6cb41c680005792990d53cd6e5d4c89212e (diff) | |
download | aports-7a5aee2f9247b9c1a4ddcaaefc584e08d8a1f2f3.tar.bz2 aports-7a5aee2f9247b9c1a4ddcaaefc584e08d8a1f2f3.tar.xz |
main/firefox: set rpath so firefox binary finds the libs
Diffstat (limited to 'testing/firefox/mozconfig')
-rw-r--r-- | testing/firefox/mozconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/firefox/mozconfig b/testing/firefox/mozconfig index a46b0f71c3..8fbbf3d6e6 100644 --- a/testing/firefox/mozconfig +++ b/testing/firefox/mozconfig @@ -26,6 +26,7 @@ ac_add_options --disable-install-strip ac_add_options --enable-gstreamer=1.0 ac_add_options --enable-official-branding +ac_add_options --enable-optimize="$CFLAGS" ac_add_options --enable-startup-notification ac_add_options --disable-cpp-exceptions @@ -50,3 +51,4 @@ export USE_SHORT_LIBNAME=1 mk_add_options BUILD_OFFICIAL=1 mk_add_options MOZILLA_OFFICIAL=1 mk_add_options USE_SHORT_LIBNAME=1 +mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir |