summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af8a48a1fb05..c650449f7727 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# 二 5月 24 06:41:31 UTC 2016
+# 三 5月 25 07:05:29 UTC 2016
pkgbase = swconfig
pkgdesc = project to package the swconfig utility from OpenWRT for archlinuxarm on BPi-R1
pkgver = 20150806
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/rains31/swconfig
arch = armv6h
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index 1ae8bc80e48b..6deb2c2b6cbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=swconfig
pkgver=20150806
-pkgrel=3
+pkgrel=4
pkgdesc="project to package the swconfig utility from OpenWRT for archlinuxarm on BPi-R1"
url="https://github.com/rains31/swconfig"
license=('GPL2')
@@ -17,6 +17,7 @@ sha1sums=(
package() {
cd "$srcdir/${pkgname}-${pkgver}"
+ CFLAGS=$CFLAGS" -I /usr/include/libnl3/ -I /lib/modules/`uname -r`/build -I ."
make
make install DESTDIR=$pkgdir
}