git » avahi.git » commit 88bba64

Disable seemingly unneeded patch for GDBM 1.15

author Evangelos Foutras
2018-07-18 06:16:08 UTC
committer Evangelos Foutras
2018-07-18 06:16:08 UTC
parent 86891a445a557ea5e088c7f9d1d8eb8e4d90282c

Disable seemingly unneeded patch for GDBM 1.15

PKGBUILD +8 -1

diff --git a/PKGBUILD b/PKGBUILD
index cf2d4c1..1817874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,14 @@ pkgver() {
 
 prepare() {
   cd $pkgname
-  patch -Np1 -i ../0001-build-Attempt-GDBM-1.15-compatibility.patch
+  # This patch seems to cause the build to fail:
+  #     GEN      service-types.db
+  #     GEN      service-types.db.pag
+  #     GEN      service-types.db.dir
+  #   mv: cannot stat 'service-types.db.coming.pag': No such file or directory
+  #   mv: cannot stat 'service-types.db.coming.dir': No such file or directory
+  #   make[2]: *** [Makefile:668: service-types.db.pag] Error 1
+  #patch -Np1 -i ../0001-build-Attempt-GDBM-1.15-compatibility.patch
   NOCONFIGURE=1 ./autogen.sh
 }