]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added patch to openssl that removes rpath from libs.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Apr 2009 12:42:50 +0000 (14:42 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Apr 2009 12:42:50 +0000 (14:42 +0200)
lfs/openssl

index b623a7f2d62d40ef273506921d5f3ed82aef0cb9..ae2bde6065d6b76526ee1cb64b48e0d73cb15a36 100644 (file)
@@ -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