Hi,

Was just building openssl 1.0.1e with all sorts of custom RPATHs etc. on
RHEL4, when I noticed that libgost.so does not obey any of the flags
that I set (and other engines do).

Here is a little patch that fixed that for me. Not sure whether it's
correct or not. Hope you find it useful.
---------------------------------
--- engines/ccgost/Makefile.orig        2013-02-25 00:26:57.000000000 -0500
+++ engines/ccgost/Makefile     2013-02-25 00:28:32.000000000 -0500
@@ -32,7 +32,7 @@
                $(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); \
---------------------------------

-- 
Bojan

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to