summaryrefslogtreecommitdiffstats
path: root/source/n/krb5/krb5.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/krb5/krb5.SlackBuild')
-rwxr-xr-xsource/n/krb5/krb5.SlackBuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/source/n/krb5/krb5.SlackBuild b/source/n/krb5/krb5.SlackBuild
index 05b5f7213..fbc5123a4 100755
--- a/source/n/krb5/krb5.SlackBuild
+++ b/source/n/krb5/krb5.SlackBuild
@@ -79,33 +79,6 @@ find . \
sed -i "/KRB5ROOT=/s/\/local//" src/util/ac_check_krb5.m4
-# Not listed in ./configure --help, does this actually do anything?
-# --with-pam
-# NOTE: It appears that the krb5-1.12.1-pam.patch.gz patch introduces this
-# option, which would then pamify ksu. We'll not worry about it now.
-
-## NOTE: I'm not applying any of these until it's shown that we actually need
-## to hack up krb5 this much. Initially we'll ship without any of them, and
-## if all goes well the plan is to drop them from the source directory and
-## this script. If it turns out some or all of them are needed, we'll look
-## into it when the time comes. As always, input from those who know more about
-## it than I do is always welcomed.
-## Add some patches from Fedora (via Phantom X) for compatibility:
-#zcat $CWD/patches/krb5-1.12.1-pam.patch.gz | patch -p1 --verbose || exit 1
-## Below patch fails without selinux:
-##zcat $CWD/patches/krb5-1.15-beta1-selinux-label.patch.gz | patch -p1 --verbose || exit 1
-#zcat $CWD/patches/krb5-1.12-ksu-path.patch.gz | patch -p1 --verbose || exit 1
-#zcat $CWD/patches/krb5-1.12-ktany.patch.gz | patch -p1 --verbose || exit 1
-#zcat $CWD/patches/krb5-1.15-beta1-buildconf.patch.gz | patch -p1 --verbose || exit 1
-#zcat $CWD/patches/krb5-1.3.1-dns.patch.gz | patch -p1 --verbose || exit 1
-#zcat $CWD/patches/krb5-1.12-api.patch.gz | patch -p1 --verbose || exit 1
-#zcat $CWD/patches/krb5-1.13-dirsrv-accountlock.patch.gz | patch -p1 --verbose || exit 1
-#zcat $CWD/patches/krb5-1.9-debuginfo.patch.gz | patch -p1 --verbose || exit 1
-## Below patch fails without selinux patch:
-##zcat $CWD/patches/krb5-1.11-run_user_0.patch.gz | patch -p1 --verbose || exit 1
-#zcat $CWD/patches/krb5-1.11-kpasswdtest.patch.gz | patch -p1 --verbose || exit 1
-#zcat $CWD/patches/Build-with-Werror-implicit-int-where-supported.patch.gz | patch -p1 --verbose || exit 1
-
cd src
CFLAGS="$SLKCFLAGS" \