components/openssl/openssl-0.9.8-fips-140/patches/20-remove_rpath.patch
changeset 363 9c0cad004039
equal deleted inserted replaced
362:e1cadde52f4c 363:9c0cad004039
       
     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