Page MenuHomeFreeBSD

D55335.diff
No OneTemporary

D55335.diff

diff --git a/krb5/lib/apputils/Makefile b/krb5/lib/apputils/Makefile
--- a/krb5/lib/apputils/Makefile
+++ b/krb5/lib/apputils/Makefile
@@ -13,7 +13,7 @@
LIB= apputils
INTERNALLIB=
-LDFLAGS=-Wl,--no-undefined
+LDFLAGS+=-Wl,--no-undefined
SRCS= net-server.c \
udppktinfo.c \
diff --git a/krb5/lib/crypto/Makefile b/krb5/lib/crypto/Makefile
--- a/krb5/lib/crypto/Makefile
+++ b/krb5/lib/crypto/Makefile
@@ -13,7 +13,7 @@
LIB= k5crypto
# SHLIB_MAJOR= 3
-LDFLAGS=-Wl,--no-undefined
+LDFLAGS+=-Wl,--no-undefined
LIBADD= com_err krb5support crypto
VERSION_MAP= ${.CURDIR}/version.map
diff --git a/krb5/lib/gssapi/Makefile b/krb5/lib/gssapi/Makefile
--- a/krb5/lib/gssapi/Makefile
+++ b/krb5/lib/gssapi/Makefile
@@ -13,7 +13,7 @@
.include "${KRB5_SRCTOP}/Makefile.pc"
LIB= gssapi_krb5
-LDFLAGS= -Wl,--no-undefined
+LDFLAGS+= -Wl,--no-undefined
LIBADD= krb5 k5crypto com_err krb5profile krb5support
VERSION_MAP= ${.CURDIR}/version.map
PCFILES= krb5-gssapi.pc \
diff --git a/krb5/lib/kadm5clnt/Makefile b/krb5/lib/kadm5clnt/Makefile
--- a/krb5/lib/kadm5clnt/Makefile
+++ b/krb5/lib/kadm5clnt/Makefile
@@ -13,7 +13,7 @@
.include "${KRB5_SRCTOP}/Makefile.pc"
LIB= kadm5clnt_mit
-LDFLAGS= -Wl,--no-undefined
+LDFLAGS+= -Wl,--no-undefined
LIBADD= krb5profile gssrpc gssapi_krb5 krb5 k5crypto krb5support com_err
VERSION_MAP= ${.CURDIR}/version.map
PCFILES= kadm-client.pc
diff --git a/krb5/lib/kadm5srv/Makefile b/krb5/lib/kadm5srv/Makefile
--- a/krb5/lib/kadm5srv/Makefile
+++ b/krb5/lib/kadm5srv/Makefile
@@ -13,7 +13,7 @@
.include "${KRB5_SRCTOP}/Makefile.pc"
LIB= kadm5srv_mit
-LDFLAGS= -Wl,--no-undefined
+LDFLAGS+= -Wl,--no-undefined
LIBADD= krb5profile gssrpc gssapi_krb5 kdb5 krb5 k5crypto krb5support com_err
VERSION_MAP= ${.CURDIR}/version.map
PCFILES= kadm-server.pc
diff --git a/krb5/lib/kadmin_common/Makefile b/krb5/lib/kadmin_common/Makefile
--- a/krb5/lib/kadmin_common/Makefile
+++ b/krb5/lib/kadmin_common/Makefile
@@ -13,7 +13,7 @@
LIB= kadmin_common
INTERNALLIB=
-LDFLAGS=-Wl,--no-undefined
+LDFLAGS+=-Wl,--no-undefined
INCS=
SRCS= kadmin.c \
diff --git a/krb5/lib/kdb/Makefile b/krb5/lib/kdb/Makefile
--- a/krb5/lib/kdb/Makefile
+++ b/krb5/lib/kdb/Makefile
@@ -13,7 +13,7 @@
.include "${KRB5_SRCTOP}/Makefile.pc"
LIB= kdb5
-LDFLAGS= -Wl,--no-undefined
+LDFLAGS+= -Wl,--no-undefined
LIBADD= krb5profile gssrpc krb5 k5crypto com_err krb5support gssapi_krb5
VERSION_MAP= ${.CURDIR}/version.map
PCFILES= kdb.pc
diff --git a/krb5/lib/kprop_util/Makefile b/krb5/lib/kprop_util/Makefile
--- a/krb5/lib/kprop_util/Makefile
+++ b/krb5/lib/kprop_util/Makefile
@@ -13,7 +13,7 @@
LIB= kprop_util
INTERNALLIB=
-LDFLAGS=-Wl,--no-undefined
+LDFLAGS+=-Wl,--no-undefined
INCS=
SRCS= kprop_util.c
diff --git a/krb5/lib/krad/Makefile b/krb5/lib/krad/Makefile
--- a/krb5/lib/krad/Makefile
+++ b/krb5/lib/krad/Makefile
@@ -13,7 +13,7 @@
LIB= krad
# SHLIB_MAJOR= 0
-LDFLAGS=-Wl,--no-undefined
+LDFLAGS+=-Wl,--no-undefined
LIBADD= krb5 k5crypto com_err krb5profile krb5support verto
VERSION_MAP= ${.CURDIR}/version.map
diff --git a/krb5/lib/krb5/Makefile b/krb5/lib/krb5/Makefile
--- a/krb5/lib/krb5/Makefile
+++ b/krb5/lib/krb5/Makefile
@@ -13,7 +13,7 @@
.include "${KRB5_SRCTOP}/Makefile.pc"
LIB= krb5
-LDFLAGS= -Wl,--no-undefined
+LDFLAGS+= -Wl,--no-undefined
LIBADD= krb5profile k5crypto com_err krb5support
VERSION_MAP= ${.CURDIR}/version.map
PCFILES= krb5.pc \
diff --git a/krb5/lib/rpc/Makefile b/krb5/lib/rpc/Makefile
--- a/krb5/lib/rpc/Makefile
+++ b/krb5/lib/rpc/Makefile
@@ -13,7 +13,7 @@
.include "${KRB5_SRCTOP}/Makefile.pc"
LIB= gssrpc
-LDFLAGS= -Wl,--no-undefined
+LDFLAGS+= -Wl,--no-undefined
LIBADD= gssapi_krb5 krb5 k5crypto com_err krb5support
VERSION_MAP= ${.CURDIR}/version.map
PCFILES= gssrpc.pc
diff --git a/krb5/plugins/audit/Makefile b/krb5/plugins/audit/Makefile
--- a/krb5/plugins/audit/Makefile
+++ b/krb5/plugins/audit/Makefile
@@ -13,7 +13,7 @@
LIB= kdc_j_encode
LIBDIR= ${PLUGINSDIR}/audit
-LDFLAGS=-Wl,--no-undefined
+LDFLAGS+=-Wl,--no-undefined
VERSION_MAP= ${.CURDIR}/version.map
.PATH: ${KRB5_DIR}/plugins/audit
diff --git a/krb5/plugins/k5tls/Makefile b/krb5/plugins/k5tls/Makefile
--- a/krb5/plugins/k5tls/Makefile
+++ b/krb5/plugins/k5tls/Makefile
@@ -14,7 +14,7 @@
LIBDIR= ${PLUGINSDIR}/tls
SHLIBDIR= ${LIBDIR}
LIB= k5tls
-LDFLAGS=-Wl,--no-undefined
+LDFLAGS+=-Wl,--no-undefined
LIBADD= krb5 krb5profile krb5support ssl crypto k5crypto com_err sys
VERSION_MAP= ${.CURDIR}/version.map
diff --git a/krb5/plugins/kdb/db2/Makefile b/krb5/plugins/kdb/db2/Makefile
--- a/krb5/plugins/kdb/db2/Makefile
+++ b/krb5/plugins/kdb/db2/Makefile
@@ -14,7 +14,7 @@
LIBDIR= ${PLUGINSDIR}/kdb
SHLIBDIR= ${LIBDIR}
LIB= db2
-LDFLAGS=-Wl,--no-undefined
+LDFLAGS+=-Wl,--no-undefined
LIBADD= krb5profile krb5 com_err k5crypto kadm5srv_mit kdb5 gssrpc gssapi_krb5 krb5support
VERSION_MAP= ${.CURDIR}/version.map
diff --git a/krb5/plugins/preauth/otp/Makefile b/krb5/plugins/preauth/otp/Makefile
--- a/krb5/plugins/preauth/otp/Makefile
+++ b/krb5/plugins/preauth/otp/Makefile
@@ -13,7 +13,7 @@
LIB= otp
LIBDIR= ${PLUGINSDIR}/preauth
-LDFLAGS=-Wl,--no-undefined
+LDFLAGS+=-Wl,--no-undefined
LIBADD= krb5profile krad verto krb5 k5crypto com_err krb5support m
VERSION_MAP= ${.CURDIR}/version.map
diff --git a/krb5/plugins/preauth/pkinit/Makefile b/krb5/plugins/preauth/pkinit/Makefile
--- a/krb5/plugins/preauth/pkinit/Makefile
+++ b/krb5/plugins/preauth/pkinit/Makefile
@@ -13,7 +13,7 @@
LIB= pkinit
LIBDIR= ${PLUGINSDIR}/preauth
-LDFLAGS=-Wl,--no-undefined
+LDFLAGS+=-Wl,--no-undefined
LIBADD= krb5profile krb5 com_err k5crypto crypto krb5support
VERSION_MAP= ${.CURDIR}/version.map
diff --git a/krb5/plugins/preauth/spake/Makefile b/krb5/plugins/preauth/spake/Makefile
--- a/krb5/plugins/preauth/spake/Makefile
+++ b/krb5/plugins/preauth/spake/Makefile
@@ -13,7 +13,7 @@
LIB= spake
LIBDIR= ${PLUGINSDIR}/preauth
-LDFLAGS=-Wl,--no-undefined
+LDFLAGS+=-Wl,--no-undefined
LIBADD= krb5profile krb5 k5crypto com_err krb5support crypto sys
VERSION_MAP= ${.CURDIR}/version.map
diff --git a/krb5/plugins/preauth/test/Makefile b/krb5/plugins/preauth/test/Makefile
--- a/krb5/plugins/preauth/test/Makefile
+++ b/krb5/plugins/preauth/test/Makefile
@@ -13,7 +13,7 @@
LIB= test
LIBDIR= ${PLUGINSDIR}/preauth
-LDFLAGS=-Wl,--no-undefined
+LDFLAGS+=-Wl,--no-undefined
LIBADD= krb5 k5crypto com_err krb5support
VERSION_MAP= ${.CURDIR}/version.map
diff --git a/krb5/util/et/Makefile b/krb5/util/et/Makefile
--- a/krb5/util/et/Makefile
+++ b/krb5/util/et/Makefile
@@ -13,7 +13,7 @@
LIB= com_err
# SHLIB_MAJOR= 3
-LDFLAGS=-Wl,--no-undefined
+LDFLAGS+=-Wl,--no-undefined
INCSDIR=${INCLUDEDIR}
LIBADD= krb5support
VERSION_MAP= ${.CURDIR}/version.map
diff --git a/krb5/util/support/Makefile b/krb5/util/support/Makefile
--- a/krb5/util/support/Makefile
+++ b/krb5/util/support/Makefile
@@ -13,7 +13,7 @@
LIB= krb5support
# SHLIB_MAJOR= 0
-LDFLAGS=-Wl,--no-undefined
+LDFLAGS+=-Wl,--no-undefined
VERSION_MAP= ${.CURDIR}/version.map
.PATH: ${KRB5_DIR}/util/support

File Metadata

Mime Type
text/plain
Expires
Wed, Jun 24, 12:24 PM (7 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34282963
Default Alt Text
D55335.diff (6 KB)

Event Timeline