2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

firefox: re-add rpath

This commit is contained in:
git-bruh 2022-09-17 22:20:33 +05:30
parent 319b045388
commit 9a1e111e9a
No known key found for this signature in database
4 changed files with 1 additions and 9 deletions

View File

@ -41,6 +41,7 @@ export CXXFLAGS="$CXXFLAGS -w"
# change them to relative paths ($PWD/... ./...).
export RUSTFLAGS="$RUSTFLAGS --remap-path-prefix=$PWD=."
export LDFLAGS="$LDFLAGS -Wl,-rpath=/usr/lib/firefox,--enable-new-dtags"
export RUSTFLAGS="$RUSTFLAGS -Cdebuginfo=0"
export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system
export MOZ_DEBUG_FLAGS=-g0
@ -99,6 +100,3 @@ rm -rf \
"$1/usr/lib/firefox/browser/features/webcompat-reporter@mozilla.org.xpi" \
"$1/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi" \
"$1/usr/lib/firefox/browser/features/doh-rollout@mozilla.org.xpi"
rm "$1/usr/bin/firefox"
cp firefox.sh "$1/usr/bin/firefox"

View File

@ -6,4 +6,3 @@ ba6e380bc3d2cbd1b3a505ab97687498335c334d8a4be7f465ad30ee366806c7
bed3f4e39dcb8065dba174d37fb15f2a75887a6dd7ce6b872e5ab287c8bc386f
4a232e3aa3973894a58c126b9e901c924d4e1ca3e00c4fc82d08de4b880183a9
ed51ce8a6730c489ea9dda354f02c579fb3632925096a0260bfae7a6b82ceace
a68295affbd2c9abac063127bba06e50d007a6a0f2fad9ec30aa5a841e521bb5

View File

@ -1,4 +0,0 @@
#!/bin/sh
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/firefox"
exec /usr/lib/firefox/firefox

View File

@ -6,4 +6,3 @@ patches/fix-linux-header.patch
patches/no-dbus.patch
patches/no-fribidi.patch
patches/no-perl.patch
files/firefox.sh