summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4756e8ff024e..69aa1210f6e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Feb 6 17:39:10 UTC 2016
+# Thu Feb 18 08:40:26 UTC 2016
pkgbase = lib32-libkqueue
pkgdesc = Userspace implementation of the kqueue kernel event notification mechanism found in FreeBSD and other BSD-based (32-bit)
pkgver = 2.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mheily/libkqueue
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 67e3ba16ca00..98cd7864f74b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_realname=libkqueue
pkgname=lib32-$_realname
pkgver=2.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Userspace implementation of the kqueue kernel event notification mechanism found in FreeBSD and other BSD-based (32-bit)"
url="https://github.com/mheily/libkqueue"
arch=('x86_64')
@@ -21,6 +21,14 @@ build() {
export CXX="g++ -m32"
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+ if [[ ! -f ./configure ]]; then
+ msg2 "Run 'libtoolize'..."
+ libtoolize
+
+ msg2 "Run 'autoreconf --install'..."
+ autoreconf --install
+ fi
+
msg2 "Run 'configure'..."
./configure --prefix=/usr --libdir=/usr/lib32 --disable-static