libcppunit: rebuild to update metadata objs.
This commit is contained in:
parent
eb9b1e8a76
commit
8dfeec03b5
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue