mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
mit-krb5-devel: don't leak build flags into krb5-config
This commit is contained in:
parent
8d0bbdf9f2
commit
230bcf8c29
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mit-krb5'
|
# Template file for 'mit-krb5'
|
||||||
pkgname=mit-krb5
|
pkgname=mit-krb5
|
||||||
version=1.15.1
|
version=1.15.1
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="MIT Kerberos 5 implementation"
|
short_desc="MIT Kerberos 5 implementation"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -27,6 +27,10 @@ do_configure() {
|
||||||
acx_pthread_ok=yes ac_cv_func_regcomp=yes ac_cv_printf_positional=yes \
|
acx_pthread_ok=yes ac_cv_func_regcomp=yes ac_cv_printf_positional=yes \
|
||||||
krb5_cv_attr_constructor_destructor=yes,yes
|
krb5_cv_attr_constructor_destructor=yes,yes
|
||||||
}
|
}
|
||||||
|
pre_build() {
|
||||||
|
sed -i "/LDFLAGS=/d" src/build-tools/krb5-config.in
|
||||||
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue