aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/mozilla-app.eclass6
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/mozilla-app.eclass b/eclass/mozilla-app.eclass
index dea8763..88b8d08 100644
--- a/eclass/mozilla-app.eclass
+++ b/eclass/mozilla-app.eclass
@@ -258,10 +258,8 @@ function mozilla-app_src_configure() {
--enable-default-toolkit=cairo-gtk2 \
--disable-strip-libs \
--disable-install-strip \
- --with-system-nspr \
- --with-nspr-prefix="${EPREFIX}"/usr \
- --with-system-nss \
- --with-nss-prefix="${EPREFIX}"/usr \
+ --without-system-nspr \
+ --without-system-nss \
--with-system-libevent="${EPREFIX}"/usr \
--x-includes="${EPREFIX}"/usr/include \
--x-libraries="${EPREFIX}"/usr/$(get_libdir) \