view src/openssl-3-libdeps.patch @ 3292:fda357ce9f64

* Makefile.in: Generate files list, when supported by the module. Passes a temporary directory to the $(PKG)_BUILD macro, intended to be used as a DESTDIR during installation. When the directory is created by the build step, a files list is generated and the files or copied over to the real installation directory.
author Michael Goffioul <michael.goffioul@gmail.com>
date Sat, 09 Nov 2013 23:28:03 -0500
parents fa1867a474e4
children
line wrap: on
line source

diff -ur a/engines/ccgost/Makefile b/engines/ccgost/Makefile
--- a/engines/ccgost/Makefile	2013-02-11 10:26:04.000000000 -0500
+++ b/engines/ccgost/Makefile	2013-10-14 13:38:18.595806411 -0400
@@ -32,7 +32,7 @@
 		$(MAKE) -f $(TOP)/Makefile.shared -e \
 			LIBNAME=$(LIBNAME) \
 			LIBEXTRAS='$(LIBOBJ)' \
-			LIBDEPS='-L$(TOP) -lcrypto' \
+			LIBDEPS='-L$(TOP) -lcrypto -lgdi32' \
 			link_o.$(SHLIB_TARGET); \
 	else \
 		$(AR) $(LIB) $(LIBOBJ); \