[arch-commits] Commit in coin-or-coinutils/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Jan 18 18:06:05 UTC 2015


    Date: Sunday, January 18, 2015 @ 19:06:05
  Author: arojas
Revision: 126116

Fix underlinking

Modified:
  coin-or-coinutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-18 17:54:40 UTC (rev 126115)
+++ PKGBUILD	2015-01-18 18:06:05 UTC (rev 126116)
@@ -4,11 +4,12 @@
 
 pkgname=coin-or-coinutils
 pkgver=2.9.18
-pkgrel=1
+pkgrel=2
 pkgdesc="COIN-OR collection of utility classes"
 arch=('i686' 'x86_64')
 url="https://projects.coin-or.org/CoinUtils"
 license=('EPL')
+depends=('zlib' 'bzip2')
 groups=('coin-or')
 source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz")
 sha1sums=('c23c5440717dd70d264570c5f27db5062e02d414')
@@ -15,6 +16,8 @@
 
 build() {
   cd CoinUtils-$pkgver
+
+  export LDFLAGS="$LDFLAGS -lz -lbz2"
   ./configure --prefix=/usr -C
   make
 }



More information about the arch-commits mailing list