summarylogtreecommitdiffstats
path: root/build.patch
diff options
context:
space:
mode:
authorMiguel Revilla2020-02-11 04:56:25 +0100
committerMiguel Revilla2020-02-11 04:56:25 +0100
commitc494150eb42f4d789a9c035daa6e783b34561338 (patch)
tree66e0ffacfe5df3409e0d79c6b0b7d62603afcc9d /build.patch
parent30f6107495cd999550d5531ba754d6696d9905ed (diff)
downloadaur-c494150eb42f4d789a9c035daa6e783b34561338.tar.gz
Totally new PKGBUILD with a more proper install
Diffstat (limited to 'build.patch')
-rw-r--r--build.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/build.patch b/build.patch
new file mode 100644
index 000000000000..c1623075ed64
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,20 @@
+--- build.sh.orig 2019-11-20 11:41:28.000000000 +0100
++++ build.sh 2020-02-11 03:43:42.624594118 +0100
+@@ -368,7 +368,7 @@
+ run bpkg-stage $verbose create \
+ cc \
+ config.cxx="$cxx" \
+-config.cc.coptions="$*" \
++config.cc.coptions="-I/usr/include/pkgconf $*" \
+ config.bin.lib=shared \
+ config.bin.rpath="$conf_rpath" \
+ config.install.root="$idir" \
+@@ -376,7 +376,7 @@
+
+ run bpkg-stage $verbose add "$BUILD2_REPO"
+ run bpkg-stage $verbose $bpkg_fetch_ops fetch
+-run bpkg-stage $verbose $jobs $bpkg_build_ops build --for install --yes --plan= build2 bpkg bdep
++run bpkg-stage $verbose $jobs $bpkg_build_ops build --for install --yes --plan= build2 bpkg bdep ?sys:libsqlite3 ?sys:libpkgconf
+ run bpkg-stage $verbose $jobs install build2 bpkg bdep
+
+ run command -v b