summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2020-05-08 13:05:30 -0300
committerRodrigo Bezerra2020-05-08 13:05:30 -0300
commit0be0a174a47afdac7acc818a0c586125bbe40e74 (patch)
treea1b562979b1f9a0218f415486348e9515fcda243
parent98214a6d804b581b2bdacbbba4602a599721a426 (diff)
downloadaur-0be0a174a47afdac7acc818a0c586125bbe40e74.tar.gz
Fix build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a5b83d365ff..adf024ea13f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-libnice
pkgdesc = An implementation of the IETF's draft ICE (for p2p UDP data streams) (32-bit)
pkgver = 0.1.16
- pkgrel = 2
+ pkgrel = 3
url = https://nice.freedesktop.org
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 6dafcc1475d5..7310e768ba1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=libnice
pkgname=lib32-libnice
pkgver=0.1.16
-pkgrel=2
+pkgrel=3
pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams) (32-bit)"
url="https://nice.freedesktop.org"
arch=(x86_64)
@@ -24,6 +24,7 @@ build() {
export CC='gcc -m32'
export CXX='g++ -m32'
export PKG_CONFIG='/usr/bin/i686-pc-linux-gnu-pkg-config'
+ export PKG_CONFIG_PATH='$PKG_CONFIG_PATH:/usr/lib32/pkgconfig/:/usr/lib/pkgconfig'
arch-meson libnice build \
--libdir='/usr/lib32' \