mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
ftjam: pass CFLAGS and LDFLAGS.
This commit is contained in:
parent
7630aaa456
commit
d1435cdc18
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'ftjam'
|
# Template file for 'ftjam'
|
||||||
pkgname=ftjam
|
pkgname=ftjam
|
||||||
version=2.5.3rc2
|
version=2.5.3rc2
|
||||||
revision=4
|
revision=5
|
||||||
nocross=yes
|
nocross=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="bison"
|
hostmakedepends="bison"
|
||||||
short_desc="An enhanced version of the Jam build tool"
|
short_desc="Enhanced version of the Jam build tool"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="ftjam - /usr/share/licenses/ftjam/LICENSE"
|
license="ftjam - /usr/share/licenses/ftjam/LICENSE"
|
||||||
provides="jam-${version}_${revision}"
|
provides="jam-${version}_${revision}"
|
||||||
|
@ -16,6 +16,7 @@ checksum=a9f8a274049893a4d1f1ad82f7b04f3ebc2554635dd606185e20ba97cb4d64ec
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
unset AR
|
unset AR
|
||||||
|
export LINKFLAGS="$LDFLAGS" CCFLAGS="$CFLAGS"
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue