foomatic-db-engine: fix PIE
This commit is contained in:
parent
a18886d9cc
commit
25c5e65617
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'foomatic-db-engine'
|
# Template file for 'foomatic-db-engine'
|
||||||
pkgname=foomatic-db-engine
|
pkgname=foomatic-db-engine
|
||||||
version=4.0.12
|
version=4.0.12
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --libdir=/usr/lib PERL_INSTALLDIRS=vendor"
|
configure_args="--sbindir=/usr/bin --libdir=/usr/lib PERL_INSTALLDIRS=vendor"
|
||||||
hostmakedepends="wget perl foomatic-db cups-filters ghostscript cups libxml2-devel"
|
hostmakedepends="wget perl foomatic-db cups-filters ghostscript cups libxml2-devel"
|
||||||
|
@ -13,3 +13,8 @@ license="GPL-2"
|
||||||
homepage="https://www.openprinting.org/"
|
homepage="https://www.openprinting.org/"
|
||||||
distfiles="https://www.openprinting.org/download/foomatic/$pkgname-$version.tar.gz"
|
distfiles="https://www.openprinting.org/download/foomatic/$pkgname-$version.tar.gz"
|
||||||
checksum=66143b76ed5b325b7025e261ad917b543de534c6d0a6e495d5489a20cace7c21
|
checksum=66143b76ed5b325b7025e261ad917b543de534c6d0a6e495d5489a20cace7c21
|
||||||
|
|
||||||
|
post_configure() {
|
||||||
|
# Compiling and linking in one step requires $(LDFLAGS)
|
||||||
|
sed -i Makefile -e's;$(CC) $(CFLAGS);& $(LDFLAGS);'
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue