Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 181438 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- apps/Makefile
0
++ apps/Makefile
Lines 156-162 Link Here
156
	LIBRARIES="$(LIBSSL) $(LIBKRB5) $(LIBCRYPTO)" ; \
156
	LIBRARIES="$(LIBSSL) $(LIBKRB5) $(LIBCRYPTO)" ; \
157
	$(MAKE) -f $(TOP)/Makefile.shared -e \
157
	$(MAKE) -f $(TOP)/Makefile.shared -e \
158
		APPNAME=$(EXE) OBJECTS="$(PROGRAM).o $(E_OBJ)" \
158
		APPNAME=$(EXE) OBJECTS="$(PROGRAM).o $(E_OBJ)" \
159
		LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
159
		LDFLAGS="@LDFLAGS@" LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
160
		link_app.$${shlib_target}
160
		link_app.$${shlib_target}
161
	-(cd ..; \
161
	-(cd ..; \
162
	  OPENSSL="`pwd`/util/opensslwrap.sh"; export OPENSSL; \
162
	  OPENSSL="`pwd`/util/opensslwrap.sh"; export OPENSSL; \

Return to bug 181438