Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 331609
Collapse All | Expand All

(-)Makefile.org~ (+1 lines)
Lines 189-194 Link Here
189
		MAKEDEPEND='$$$${TOP}/util/domd $$$${TOP} -MD $(MAKEDEPPROG)' \
189
		MAKEDEPEND='$$$${TOP}/util/domd $$$${TOP} -MD $(MAKEDEPPROG)' \
190
		DEPFLAG='-DOPENSSL_NO_DEPRECATED $(DEPFLAG)'	\
190
		DEPFLAG='-DOPENSSL_NO_DEPRECATED $(DEPFLAG)'	\
191
		MAKEDEPPROG='$(MAKEDEPPROG)'			\
191
		MAKEDEPPROG='$(MAKEDEPPROG)'			\
192
		LDFLAGS='${LDFLAGS}' \
192
		SHARED_LDFLAGS='$(SHARED_LDFLAGS)'		\
193
		SHARED_LDFLAGS='$(SHARED_LDFLAGS)'		\
193
		KRB5_INCLUDES='$(KRB5_INCLUDES)' LIBKRB5='$(LIBKRB5)'	\
194
		KRB5_INCLUDES='$(KRB5_INCLUDES)' LIBKRB5='$(LIBKRB5)'	\
194
		ZLIB_INCLUDE='$(ZLIB_INCLUDE)' LIBZLIB='$(LIBZLIB)'	\
195
		ZLIB_INCLUDE='$(ZLIB_INCLUDE)' LIBZLIB='$(LIBZLIB)'	\
(-)Makefile.shared~ (-1 / +1 lines)
Lines 153-159 Link Here
153
	NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \
153
	NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \
154
	SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX"
154
	SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX"
155
155
156
DO_GNU_APP=LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)"
156
DO_GNU_APP=LDFLAGS="$(LDFLAGS) $(CFLAGS) -Wl,-rpath,$(LIBRPATH)"
157
157
158
#This is rather special.  It's a special target with which one can link
158
#This is rather special.  It's a special target with which one can link
159
#applications without bothering with any features that have anything to
159
#applications without bothering with any features that have anything to

Return to bug 331609