radamsa: use LDFLAGS.
This commit is contained in:
parent
7361be6472
commit
49ec2f8313
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'radamsa'
|
||||
pkgname=radamsa
|
||||
version=0.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
short_desc="Test case generator for robustness testing"
|
||||
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
||||
|
@ -10,6 +10,7 @@ homepage="https://code.google.com/p/ouspg/"
|
|||
distfiles="https://ouspg.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
||||
checksum=17131a19fb28e5c97c28bf0b407a82744c251aa8aedfa507967a92438cd803be
|
||||
|
||||
pre_build() {
|
||||
post_extract() {
|
||||
sed -i 's|bin/radamsa .seal-of-quality|bin/radamsa|g' Makefile
|
||||
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue