summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 190fb5d97317..5d9eb9fc5009 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=dmidecode-git
-pkgver=r531.cff11af
+pkgver=r594.74dfb85
pkgrel=1
pkgdesc="Desktop Management Interface table related utilities"
arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@ build() {
cd "${srcdir}/dmidecode"
sed -i "s:sbin:bin:g" Makefile
- make prefix=/usr
+ make prefix=/usr CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
package() {
@@ -34,4 +34,3 @@ package() {
make prefix=/usr DESTDIR="${pkgdir}" install
}
-