diff options
author | John Levon <john.levon@joyent.com> | 2020-02-24 18:45:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 18:45:04 +0000 |
commit | 1f12ad8d4c92be414790542c59057b38da62884c (patch) | |
tree | 47fa689ce3dd2f289327af4e95c329fa3a710d67 /usr/src/lib/krb5 | |
parent | defa50c274a1d5e54e93bac7e6fd66d2852bb029 (diff) | |
download | illumos-joyent-1f12ad8d4c92be414790542c59057b38da62884c.tar.gz |
OS-8120 fix ldd guidance for GCC4 build
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
Diffstat (limited to 'usr/src/lib/krb5')
-rw-r--r-- | usr/src/lib/krb5/plugins/kdb/ldap/Makefile.com | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/lib/krb5/plugins/kdb/ldap/Makefile.com b/usr/src/lib/krb5/plugins/kdb/ldap/Makefile.com index 72a6b80cab..a5e79c04ca 100644 --- a/usr/src/lib/krb5/plugins/kdb/ldap/Makefile.com +++ b/usr/src/lib/krb5/plugins/kdb/ldap/Makefile.com @@ -22,6 +22,7 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright 2020 Joyent, Inc. # LIBRARY= kldap.a @@ -65,15 +66,12 @@ CERRWARN += -_gcc=-Wno-unused-function DYNFLAGS += $(KERBRUNPATH) # setting -L $(ROOT)/usr/lib/gss because libkdb_ldap needs mech_krb5 -LDLIBS += -L $(ROOT)/usr/lib/gss -L $(ROOTLIBDIR) -lkdb_ldap \ - -lc +LDLIBS += -L $(ROOT)/usr/lib/gss -L $(ROOTLIBDIR) -lkdb_ldap .KEEP_STATE: all: $(LIBS) -lint: lintcheck - # include library targets include $(SRC)/lib/krb5/Makefile.targ |