[arch-commits] Commit in liboil/trunk (PKGBUILD)
Jan de Groot
jgc at nymeria.archlinux.org
Mon Oct 21 16:45:39 UTC 2013
Date: Monday, October 21, 2013 @ 18:45:39
Author: jgc
Revision: 197081
upgpkg: liboil 0.3.17-3
no static libs
Modified:
liboil/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-21 16:11:19 UTC (rev 197080)
+++ PKGBUILD 2013-10-21 16:45:39 UTC (rev 197081)
@@ -3,11 +3,12 @@
pkgname=liboil
pkgver=0.3.17
-pkgrel=2
+pkgrel=3
pkgdesc="Library of simple functions that are optimized for various CPUs."
arch=('i686' 'x86_64')
license=('custom')
url="http://liboil.freedesktop.org/"
+depends=('glibc')
makedepends=('glib2' 'pkgconfig' 'docbook-xsl')
options=('!libtool' '!makeflags')
source=(${url}/download/${pkgname}-${pkgver}.tar.gz)
@@ -15,7 +16,7 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-static
make
}
More information about the arch-commits
mailing list