summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-04-02 17:46:06 -0300
committerGonzalo Exequiel Pedone2024-04-02 17:46:06 -0300
commitc69d9772f583780f263d9ef4f0378d8ef4d25f3e (patch)
treef3dc88da8183db8ee49b95b9a2d0b600db6dbf33
parent4c2495167d2ddcf71f2230189f27ef782aa13bb6 (diff)
downloadaur-c69d9772f583780f263d9ef4f0378d8ef4d25f3e.tar.gz
Fixed pc file.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fe691f40bd3..fe0c8393c0ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = android-armv7a-eabi-npth
pkgdesc = The new GNU portable threads library (Android armv7a-eabi)
pkgver = 1.7
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnupg.org/software/npth/index.html
arch = any
license = LGPL-2.1-or-later
diff --git a/PKGBUILD b/PKGBUILD
index 1eab2517e0cb..fccd5d3246c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _android_arch=armv7a-eabi
pkgname=android-${_android_arch}-npth
pkgver=1.7
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="The new GNU portable threads library (Android ${_android_arch})"
url="https://www.gnupg.org/software/npth/index.html"
@@ -24,6 +24,7 @@ prepare() {
autoreconf -fiv
sed -i 's|have_ld_version_script=yes|have_ld_version_script=no|g' configure
sed -i '/config_libs \$LIB_CLOCK_GETTIME/d' configure
+ sed -i 's|@NPTH_CONFIG_LIBS@|-lnpth|g' npth.pc.in
}
build() {