Files
pkgsrc-ng/security/openssl/patches/patch-engines_ccgost_Makefile
2016-01-21 23:40:00 +01:00

16 lines
505 B
Plaintext

$NetBSD: patch-engines_ccgost_Makefile,v 1.2 2014/05/13 02:23:11 rodent Exp $
* Make sure rpath is set properly on the libgost.so engine lib.
--- engines/ccgost/Makefile.orig Mon Apr 7 16:55:42 2014
+++ engines/ccgost/Makefile
@@ -32,7 +32,7 @@ lib: $(LIBOBJ)
$(MAKE) -f $(TOP)/Makefile.shared -e \
LIBNAME=$(LIBNAME) \
LIBEXTRAS='$(LIBOBJ)' \
- LIBDEPS='-L$(TOP) -lcrypto' \
+ LIBDEPS='-L$(TOP) -lcrypto $(EX_LIBS)' \
link_o.$(SHLIB_TARGET); \
else \
$(AR) $(LIB) $(LIBOBJ); \