summaryrefslogtreecommitdiff
path: root/newmoon/debian/mozconfig
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-03-23 14:05:36 -0400
committerB. Stack <bgstack15@gmail.com>2023-03-23 14:05:36 -0400
commit86ab89f9afc63f40c0f6917f82079ed2040af4c7 (patch)
treea6220570655ce0f3dbf4e8d5765e41be4119f3df /newmoon/debian/mozconfig
parentMerge branch 'waterfox-bump' (diff)
downloadstackrpms-86ab89f9afc63f40c0f6917f82079ed2040af4c7.tar.gz
stackrpms-86ab89f9afc63f40c0f6917f82079ed2040af4c7.tar.bz2
stackrpms-86ab89f9afc63f40c0f6917f82079ed2040af4c7.zip
32.1.0 rc1
modified d/rules to more closely align to stevenpusser, which included multiple new linker flags/optimization level changes
Diffstat (limited to 'newmoon/debian/mozconfig')
-rw-r--r--newmoon/debian/mozconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/newmoon/debian/mozconfig b/newmoon/debian/mozconfig
index c5b18d2..aa24383 100644
--- a/newmoon/debian/mozconfig
+++ b/newmoon/debian/mozconfig
@@ -43,9 +43,9 @@ ac_add_options --disable-webrtc
export MOZ_TELEMETRY_REPORTING=
# Debian style
-ac_add_options --prefix=/usr
# primarily for 32-bit but tolerated for 64-bit
ac_add_options --x-libraries=/usr/lib
+ac_add_options --prefix=/usr
# Devuan style
ac_add_options --disable-dbus
ac_add_options --disable-pulseaudio
bgstack15