mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 14:25:12 -04:00
16 lines
553 B
Plaintext
16 lines
553 B
Plaintext
$NetBSD: patch-engines_ccgost_Makefile,v 1.1 2013/02/06 21:40:34 jperkin Exp $
|
|
|
|
* Make sure rpath is set properly on the libgost.so engine lib.
|
|
|
|
--- engines/ccgost/Makefile.orig 2012-04-26 10:42:20.000000000 +0000
|
|
+++ engines/ccgost/Makefile 2013-02-04 13:27:37.220193130 +0000
|
|
@@ -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); \
|