]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
openssl-compat: Add missing library path
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 22 Feb 2018 18:50:38 +0000 (18:50 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 22 Feb 2018 18:50:38 +0000 (18:50 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/openssl-compat

index 47c481d82e3948ecdc0af90d2cbde7c0c4100ade..a8ccdf9d0d2ce04edb28868d9769b54276231f61 100644 (file)
@@ -143,7 +143,7 @@ endif
 
        # Install libraries only
        cd $(DIR_APP) && install -m 755 \
-               libcrypto.so.10 libssl.so.10
+               libcrypto.so.10 libssl.so.10 /usr/lib
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)