summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2005-03-23 20:27:38 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2005-03-23 20:27:38 +0000
commitd0092d7ea6104d56e5c2325eaaa7cf7ccb6c46e4 (patch)
treecb46fd42be718a758706fff0b005398f346fea8e
parent759b9fe22eec1085ebf3e1f01a73817bc6d60931 (diff)
fix for breaking the build on HP-UX due to the previous check in.
-rw-r--r--components.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/components.mk b/components.mk
index 79398246..a6f863d2 100644
--- a/components.mk
+++ b/components.mk
@@ -354,9 +354,9 @@ else
GSSAPI_LIBS=-lgss
endif
ifeq ($(ARCH), HPUX)
- GSSAPI_LIBS=-lgssapi_krb5
+ GSSAPI_LIBS=-lgss
ifeq ($(USE_64),1)
- GSSAPI_LIBS=-L/usr/lib/pa20_64/gss -lgssapi_krb5
+ GSSAPI_LIBS=-L/usr/lib/pa20_64 -lgss
endif
endif