summaryrefslogtreecommitdiffstats
path: root/crypto/krb5/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/krb5/BUILD')
-rwxr-xr-xcrypto/krb5/BUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/crypto/krb5/BUILD b/crypto/krb5/BUILD
index 5555064e0a..a887244970 100755
--- a/crypto/krb5/BUILD
+++ b/crypto/krb5/BUILD
@@ -1,11 +1,4 @@
-cd $SPELL-$VERSION/src &&
-
-./configure --enable-dns-for-realm \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --enable-shared \
- --prefix=/usr \
- --localstatedir=/var \
- $OPTS &&
-make_single &&
-make
+cd $SPELL-$VERSION/src &&
+CPPFLAGS="$CPPFLAGS -DUSE_INTERP_RESULT" &&
+OPTS+=" --enable-dns-for-realm"
+default_build