# Template file for 'mit-krb5' pkgname=mit-krb5 version=1.11 revision=2 noextract=yes wrksrc="krb5-${version}" build_style=gnu-configure configure_script="./src/configure" configure_args="--disable-rpath --with-system-et --with-system-ss --with-system-db --enable-shared" depends="mit-krb5-client-${version}_${revision}" hostmakedepends="perl flex" makedepends="db-devel e2fsprogs-devel openssl-devel" subpackages="${pkgname}-devel ${pkgname}-libs ${pkgname}-client" conflicts="heimdal>=0" short_desc="MIT Kerberos 5 implementation" maintainer="Juan RP " license="MIT" homepage="http://web.mit.edu/Kerberos" distfiles="$homepage/dist/krb5/1.11/krb5-$version-signed.tar" checksum=fe37fb93b398db98a1b23f814673ea2ae4b90138f85e1a4027ef639456a78651 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" e2fsprogs-devel" makedepends+=" libfl-devel" configure_args="${configure_args} ac_cv_func_pthread_once=yes ac_cv_func_pthread_rwlock_init=yes acx_pthread_ok=yes ac_cv_func_regcomp=yes ac_cv_printf_positional=yes krb5_cv_attr_constructor_destructor=yes,yes" fi do_extract() { # We have to do this dance because the real distfile is # included in the .tar archive. tar xf $XBPS_SRCDISTDIR/$(basename $distfiles) -C $wrksrc tar xfz $wrksrc/krb5-$version.tar.gz -C $XBPS_BUILDDIR # Fix db plugin. sed -i -e "s|||" $wrksrc/src/plugins/kdb/db2/*.[ch] }