summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-04-02 17:46:25 -0300
committerGonzalo Exequiel Pedone2024-04-02 17:46:25 -0300
commit4dcd00849ea7e179ecb759c96f9808f5e004f558 (patch)
treef5adae464c196b042c8ef68ac23fde719636a3a0
parent648a624fb7a8c16e1ae8a5767a5039070b6787f8 (diff)
downloadaur-4dcd00849ea7e179ecb759c96f9808f5e004f558.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 00f3189999f5..03b5ce896bd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = android-x86-64-npth
pkgdesc = The new GNU portable threads library (Android x86-64)
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 9b88e5cfce0b..651ef50849c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _android_arch=x86-64
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() {