ent: fix PIE.
This commit is contained in:
parent
5bdfa21be1
commit
f3d8235677
|
@ -1,17 +1,20 @@
|
|||
# Template file for 'ent'
|
||||
pkgname=ent
|
||||
version=2008.01.28
|
||||
revision=1
|
||||
revision=2
|
||||
create_wrksrc=yes
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="unzip"
|
||||
short_desc="Evaluate pseudo random number generators"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="Public-Domain"
|
||||
license="Public Domain"
|
||||
homepage="http://www.fourmilab.ch/random/"
|
||||
distfiles="${homepage}/random.zip"
|
||||
checksum=c14ed62db24511848d6b37d4bf8869185b65be9042ffad5272257f3a249569ec
|
||||
|
||||
pre_build() {
|
||||
CFLAGS+=" $LDFLAGS"
|
||||
}
|
||||
do_install() {
|
||||
vbin ent
|
||||
vdoc ent.html
|
||||
|
|
Loading…
Reference in New Issue