diff options
author | ume <ume@FreeBSD.org> | 2015-08-27 17:16:18 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2015-08-27 17:16:18 +0000 |
commit | fc5f5f6363136218f605e882c85e07452c136b27 (patch) | |
tree | f90498754264e6ef9c48e457c9cfd6104427ae5b /kerberos5/Makefile.inc | |
parent | 52d4a578ff53e36ba586a723a38a0d75113ba6c4 (diff) | |
download | FreeBSD-src-fc5f5f6363136218f605e882c85e07452c136b27.zip FreeBSD-src-fc5f5f6363136218f605e882c85e07452c136b27.tar.gz |
Move setting of LDFLAGS to the modules which require it actually, as
other kerberos5 modules do so.
Diffstat (limited to 'kerberos5/Makefile.inc')
-rw-r--r-- | kerberos5/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kerberos5/Makefile.inc b/kerberos5/Makefile.inc index c02eafb..0c3d696 100644 --- a/kerberos5/Makefile.inc +++ b/kerberos5/Makefile.inc @@ -14,7 +14,6 @@ LDAPLDADD= -lldap -llber LDAPDPADD= ${LDAPLDADD:C;^-l(.*)$;${OPENLDAPBASE}/lib/lib\1.a;} LDAPCFLAGS= -I${OPENLDAPBASE}/include -DOPENLDAP=1 -DLDAP_DEPRECATED=1 LDAPLDFLAGS= -L${OPENLDAPBASE}/lib -rpath ${OPENLDAPBASE}/lib -LDFLAGS+= ${LDAPLDFLAGS} .endif .if defined(SRCS) |