summaryrefslogtreecommitdiff
path: root/repo/system/krb5.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-03 00:17:35 +0000
committerdavidovski <david@davidovski.xyz>2022-03-03 00:17:35 +0000
commita70109dc79c581ff693bd73ac0be10e3bd4da9c0 (patch)
treee7b486374edcf51b72d82efef369c879c8e4bc05 /repo/system/krb5.xibuild
parent2fea415a8b6ab9eae92686a182341d8f5fe56d00 (diff)
moved ssl back to openssl
Diffstat (limited to 'repo/system/krb5.xibuild')
-rw-r--r--repo/system/krb5.xibuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/repo/system/krb5.xibuild b/repo/system/krb5.xibuild
index 03492c5..c794be7 100644
--- a/repo/system/krb5.xibuild
+++ b/repo/system/krb5.xibuild
@@ -6,11 +6,6 @@ DEPS="musl e2fsprogs libldap keyutils gdbm"
PKG_VER=1.19.2
SOURCE=http://web.mit.edu/kerberos/dist/krb5/${PKG_VER%.*}/krb5-${PKG_VER}.tar.gz
-ADDITIONAL="
-https://cgit.freebsd.org/ports/plain/security/krb5-119/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c
-https://cgit.freebsd.org/ports/plain/security/krb5-119/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.h
-"
-
DESC="The Kerberos network authentication system"
prepare () {
@@ -24,8 +19,9 @@ prepare () {
cd src &&
- patch -Np0 -i ../patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c
- patch -Np0 -i ../patch-plugins_preauth_pkinit_pkinit__crypto__openssl.h
+ #these were needed for libressl
+ #patch -Np0 -i ../patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c
+ #patch -Np0 -i ../patch-plugins_preauth_pkinit_pkinit__crypto__openssl.h
sed -e "/LDFLAGS=/d" -i build-tools/krb5-config.in
sed -i -e 's@\^u}@^u cols 300}@' tests/dejagnu/config/default.exp || true
@@ -34,7 +30,7 @@ prepare () {
}
build () {
- # would be ideal to use libressl rather than builtin library
+ # would be ideal to use openssl rather than builtin library
./configure ${configure_args} --sbindir=/usr/bin \
--disable-rpath --with-system-et --without-system-verto --with-ldap \
--with-system-ss --enable-shared --without-tcl \