diff options
| author | Noriko Hosoi <nhosoi@redhat.com> | 2005-03-23 20:27:38 +0000 |
|---|---|---|
| committer | Noriko Hosoi <nhosoi@redhat.com> | 2005-03-23 20:27:38 +0000 |
| commit | d0092d7ea6104d56e5c2325eaaa7cf7ccb6c46e4 (patch) | |
| tree | cb46fd42be718a758706fff0b005398f346fea8e | |
| parent | 759b9fe22eec1085ebf3e1f01a73817bc6d60931 (diff) | |
fix for breaking the build on HP-UX due to the previous check in.
| -rw-r--r-- | components.mk | 4 |
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 |
