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