aribas: fix PIE.
This commit is contained in:
parent
6a8992ccf1
commit
8ec1960d25
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'aribas'
|
# Template file for 'aribas'
|
||||||
pkgname=aribas
|
pkgname=aribas
|
||||||
version=1.64
|
version=1.64
|
||||||
revision=3
|
revision=4
|
||||||
build_wrksrc=src
|
build_wrksrc=src
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
CFLAGS='-DUNiX -DPROTO -DMEM=16 -DINTSIZE=64'
|
CFLAGS='-DUNiX -DPROTO -DMEM=16 -DINTSIZE=64'
|
||||||
|
@ -13,7 +13,7 @@ distfiles="ftp://ftp.mathematik.uni-muenchen.de/pub/forster/aribas/UNIX_LINUX/${
|
||||||
checksum=11b2a934774088e2c66a9d9397806dbb8d33f0da48d6c800a492c2a43c258169
|
checksum=11b2a934774088e2c66a9d9397806dbb8d33f0da48d6c800a492c2a43c258169
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
sed -i /strip/d Makefile
|
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in a new issue