summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2006-09-06 20:28:01 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2006-09-06 20:28:01 +0000
commit2ad1703afb0ee963b2c54e54258740bd3e698199 (patch)
treed8180a8676c2c589c4c98b7a3b7a9d0540693fda
parentd859fd05565f48d18afd03324ec44aca2e6944db (diff)
downloadkrb5-2ad1703afb0ee963b2c54e54258740bd3e698199.tar.gz
krb5-2ad1703afb0ee963b2c54e54258740bd3e698199.tar.xz
krb5-2ad1703afb0ee963b2c54e54258740bd3e698199.zip
set SS_LIB at configure-time so that libss-using apps get working readline
support (#197044)
-rw-r--r--krb5.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/krb5.spec b/krb5.spec
index 90b7911..2443548 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -132,6 +132,10 @@ network uses Kerberos, this package should be installed on every
workstation.
%changelog
+* Wed Sep 6 2006 Nalin Dahyabhai <nalin@redhat.com> - 1.5-7
+- set SS_LIB at configure-time so that libss-using apps get working readline
+ support (#197044)
+
* Fri Aug 18 2006 Nalin Dahyabhai <nalin@redhat.com> - 1.5-6
- switch to the updated patch for MITKRB-SA-2006-001
@@ -971,6 +975,7 @@ CPPFLAGS="`echo $DEFINES $INCLUDES`"
CFLAGS="$CFLAGS" \
LDFLAGS="-pie" \
CPPFLAGS="$CPPFLAGS" \
+ SS_LIB="-lss -lcurses" \
--enable-shared --enable-static \
--bindir=%{krb5prefix}/bin \
--mandir=%{krb5prefix}/man \