[arch-commits] Commit in ucl/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Sat Jun 2 12:03:35 UTC 2018


    Date: Saturday, June 2, 2018 @ 12:03:35
  Author: kkeen
Revision: 337343

upgpkg: ucl 1.03-8 BUILDINFO Rebuild

Modified:
  ucl/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-02 10:45:50 UTC (rev 337342)
+++ PKGBUILD	2018-06-02 12:03:35 UTC (rev 337343)
@@ -7,10 +7,11 @@
 
 pkgname=ucl
 pkgver=1.03
-pkgrel=7
+pkgrel=8
 pkgdesc="Portable lossless data compression library written in ANSI C"
 arch=('x86_64')
 license=('GPL')
+depends=('glibc')
 url="http://www.oberhumer.com/opensource/ucl/"
 source=("http://www.oberhumer.com/opensource/$pkgname/download/$pkgname-$pkgver.tar.gz")
 md5sums=('852bd691d8abc75b52053465846fba34')
@@ -17,6 +18,7 @@
 
 build() {
   cd "$pkgname-$pkgver"
+  CFLAGS+=" -std=gnu90 -fPIC"
   ./configure --prefix=/usr --enable-shared --disable-static
   make
 }



More information about the arch-commits mailing list