Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/gdbm/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-09-16 09:33:36 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-09-16 09:33:36 +0200
commitcbc1374f60bb925489a41ed67598cac6588a01cd (patch)
tree9958ec5c3006c1940c0db0e79dfc39ecef27eeba /core/gdbm/PKGBUILD
parentee81a7767ab9aaaa21db5d319381c507da8d97e5 (diff)
core/gdbm: integrated upstream fix for test 31 (FS32#204)
Diffstat (limited to 'core/gdbm/PKGBUILD')
-rw-r--r--core/gdbm/PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/gdbm/PKGBUILD b/core/gdbm/PKGBUILD
new file mode 100644
index 00000000..a8c7ed45
--- /dev/null
+++ b/core/gdbm/PKGBUILD
@@ -0,0 +1,15 @@
+# see also FS32#204
+source+=('8952f7fd7cebffbe4ecf8c232e4435c5de72678a.patch')
+sha512sums+=('bf9e554bdd66565ed7635184671cfdac3ab505c09dbf4df6d944dbb1b39b6e39c57ed49dc67984cffe025de6a5d7e941e4d2934a1f4071b192a28cd114835b90')
+b2sums+=('725a0f6f61cd8dcbe77b73d44980bc966259ebdd9504ea50f4237273cfdda71904db89fbecb2ead67af86af1c8739b037c8d83dd37d19f81abeeb024d2781c38')
+eval "$(
+ {
+ declare -f prepare || \
+ printf 'prepare() {\n}\n'
+ } \
+ | sed '
+ /autoreconf/ a \
+ patch -Np1 -i ../8952f7fd7cebffbe4ecf8c232e4435c5de72678a.patch
+ '
+)"
+