From 74f66f3e497250eff4c04a01b0fbe71451f5ef0d Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 9 Nov 2011 17:15:32 -0500 Subject: [PATCH] dependency libs aren't output any more --- krb5-1.10-nodeplibs.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 krb5-1.10-nodeplibs.patch diff --git a/krb5-1.10-nodeplibs.patch b/krb5-1.10-nodeplibs.patch deleted file mode 100644 index d7ea455..0000000 --- a/krb5-1.10-nodeplibs.patch +++ /dev/null @@ -1,20 +0,0 @@ -Omit extra libraries because their interfaces aren't exposed to applications -by libkrb5, unless do_deps is set to 1, which indicates that the caller -wants the whole list. - -diff -up krb5-1.7/src/krb5-config.in krb5-1.7/src/krb5-config.in ---- krb5-1.7/src/krb5-config.in 2009-06-04 14:34:33.000000000 -0400 -+++ krb5-1.7/src/krb5-config.in 2009-06-04 14:34:33.000000000 -0400 -@@ -220,7 +220,11 @@ if test -n "$do_libs"; then - fi - - if test $library = 'krb5'; then -- lib_flags="$lib_flags -lkrb5 -lk5crypto -lcom_err $GEN_LIB $LIBS $SELINUX_LIBS $DL_LIB" -+ if test 0$do_deps -eq 1 ; then -+ lib_flags="$lib_flags -lkrb5 -lk5crypto -lcom_err $GEN_LIB $LIBS $SELINUX_LIBS $DL_LIB" -+ else -+ lib_flags="$lib_flags -lkrb5 -lk5crypto -lcom_err" -+ fi - fi - - # If we ever support a flag to generate output suitable for static