From: Michael Tremer Date: Thu, 2 Apr 2009 12:42:50 +0000 (+0200) Subject: Added patch to openssl that removes rpath from libs. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f08d6b6fcb81092aeda10e87d76d925f85c5601e;p=ipfire-3.x.git Added patch to openssl that removes rpath from libs. --- diff --git a/lfs/openssl b/lfs/openssl index b623a7f2d..ae2bde606 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -52,7 +52,8 @@ endif objects = $(DL_FILE) \ $(THISAPP)-fix_manpages-1.patch \ - $(THISAPP)-enginesdir.patch + $(THISAPP)-enginesdir.patch \ + $(THISAPP)-no-rpath.patch info: $(DO_PKG_INFO) @@ -73,6 +74,7 @@ $(OBJECT) : @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-fix_manpages-1.patch cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-enginesdir.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-no-rpath.patch cd $(DIR_APP) && sed -i -e 's/-O3 -fomit-frame-pointer/$(CFLAGS)/' Configure