summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhawkeye1164772019-06-07 19:51:33 +0200
committerhawkeye1164772019-06-07 19:51:33 +0200
commit723a7af0bc0249cc27af991f514920abec3ca8e0 (patch)
treebcf1cfaefe4bc2494fbe117f6b992d6ebc8e98c2
parent39ab5b132d6ba7918d55857d47833ca92aa85ce0 (diff)
downloadaur-723a7af0bc0249cc27af991f514920abec3ca8e0.tar.gz
Don't statically link libstdc++
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c029b08ff4c9..7f399eb43a77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -55,6 +55,7 @@ pkgbase = waterfox-kde
source = jack-system-ports.patch
source = no-plt.diff
source = waterfox-kde-56.2.10.1.patch::https://raw.githubusercontent.com/hawkeye116477/waterfox-deb/master/waterfox-kde/patches/waterfox-kde-56.2.10.1.patch
+ source = dont-statically-link-libstdc++.patch::https://raw.githubusercontent.com/hawkeye116477/waterfox-deb/master/waterfox-kde/patches/dont-statically-link-libstdc%2B%2B.patch
sha256sums = SKIP
sha256sums = 6e9ec5f9c6fc5b191f9dec85b82d58eb2a51577b989bc7852e6b254d56ff13e8
sha256sums = d86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd
@@ -65,6 +66,7 @@ pkgbase = waterfox-kde
sha256sums = be19426cd658ea0ff0dedbdd80da6bf84580c80d92f9b3753da107011dfdd85c
sha256sums = ea8e1b871c0f1dd29cdea1b1a2e7f47bf4713e2ae7b947ec832dba7dfcc67daa
sha256sums = f7c6e58117e4dab6a54a2b60452897e2b2036a1f1c5f7e1116ba090d65e23bae
+ sha256sums = 877bc1f0e768d96118bb739725e590467773dd897c31263099e52b8d7aaaa4c8
pkgname = waterfox-kde
diff --git a/PKGBUILD b/PKGBUILD
index 07aad9a9f67c..352e51bbee84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,8 @@ source=("git+https://github.com/MrAlex94/Waterfox.git#commit=$_commit"
"waterfox.1::https://raw.githubusercontent.com/hawkeye116477/waterfox-deb/master/waterfox-kde/waterfox.1"
jack-system-ports.patch
no-plt.diff
- "waterfox-kde-56.2.10.1.patch::https://raw.githubusercontent.com/hawkeye116477/waterfox-deb/master/waterfox-kde/patches/waterfox-kde-56.2.10.1.patch")
+ "waterfox-kde-56.2.10.1.patch::https://raw.githubusercontent.com/hawkeye116477/waterfox-deb/master/waterfox-kde/patches/waterfox-kde-56.2.10.1.patch"
+ "dont-statically-link-libstdc++.patch::https://raw.githubusercontent.com/hawkeye116477/waterfox-deb/master/waterfox-kde/patches/dont-statically-link-libstdc%2B%2B.patch")
sha256sums=('SKIP'
'6e9ec5f9c6fc5b191f9dec85b82d58eb2a51577b989bc7852e6b254d56ff13e8'
'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
@@ -43,7 +44,8 @@ sha256sums=('SKIP'
'065244d3f6d88c48b7afec313b7da5a3a04377076e198954cda7951500530b84'
'be19426cd658ea0ff0dedbdd80da6bf84580c80d92f9b3753da107011dfdd85c'
'ea8e1b871c0f1dd29cdea1b1a2e7f47bf4713e2ae7b947ec832dba7dfcc67daa'
- 'f7c6e58117e4dab6a54a2b60452897e2b2036a1f1c5f7e1116ba090d65e23bae')
+ 'f7c6e58117e4dab6a54a2b60452897e2b2036a1f1c5f7e1116ba090d65e23bae'
+ '877bc1f0e768d96118bb739725e590467773dd897c31263099e52b8d7aaaa4c8')
prepare() {
mkdir path
@@ -59,6 +61,8 @@ prepare() {
cd Waterfox
patch -Np1 -i ../waterfox-install-dir.patch
+ patch -Np1 -i ../dont-statically-link-libstdc++.patch
+
# https://bugzilla.mozilla.org/show_bug.cgi?id=1382942
patch -Np1 -i ../no-plt.diff