components/openssl/openssl-0.9.8-fips-140/patches/20-remove_rpath.patch
branchs11-update
changeset 2921 8da1e7689d13
parent 2919 c18ab9ed07fe
child 2922 a20504fc0f7b
equal deleted inserted replaced
2919:c18ab9ed07fe 2921:8da1e7689d13
     1 diff -ruN openssl-0.9.8a/Makefile.shared openssl-0.9.8a/Makefile.shared
       
     2 --- openssl-0.9.8a/Makefile.shared	2005-06-23 22:47:54.000000000 +0200
       
     3 +++ openssl-0.9.8a/Makefile.shared	2009-05-20 00:35:52.611961155 +0200
       
     4 @@ -340,7 +340,7 @@
       
     5  	@ if ${DETECT_GNU_LD}; then \
       
     6  		$(DO_GNU_APP); \
       
     7  	else \
       
     8 -		LDFLAGS="$(CFLAGS) -R $(LIBRPATH)"; \
       
     9 +		LDFLAGS="$(CFLAGS)"; \
       
    10  	fi; \
       
    11  	$(LINK_APP)
       
    12