From 8dfeec03b5478713481b5d4db97b3b07fe6591a4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 23 Nov 2014 12:04:09 +0100 Subject: [PATCH] libcppunit: rebuild to update metadata objs. --- srcpkgs/libcppunit/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libcppunit/template b/srcpkgs/libcppunit/template index 4a97a97cdf..652cfb41a8 100644 --- a/srcpkgs/libcppunit/template +++ b/srcpkgs/libcppunit/template @@ -1,7 +1,7 @@ # Template file for 'libcppunit' pkgname=libcppunit version=1.12.1 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="pkg-config automake libtool" short_desc="C++ unit testing framework" @@ -11,7 +11,8 @@ homepage="http://cppunit.sourceforge.net" distfiles="http://downloads.sourceforge.net/cppunit/cppunit-$version.tar.gz" checksum=ac28a04c8e6c9217d910b0ae7122832d28d9917fa668bcc9e0b8b09acb4ea44a wrksrc="cppunit-$version" -make_build_args="LDFLAGS=-ldl" + +LDFLAGS="-dl" pre_configure() { autoreconf -fi