mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
openssl: Remove uneeded library linking directory
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4083 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -14,7 +14,7 @@ export CFLAG_mtx-1 := "${@'${CFLAG}'.replace('-O2', '')}"
|
||||
export CFLAG_mtx-2 := "${@'${CFLAG}'.replace('-O2', '')}"
|
||||
|
||||
export DIRS = "crypto ssl apps"
|
||||
export EX_LIBS = "-lgcc -ldl -L${STAGING_LIBDIR}"
|
||||
export EX_LIBS = "-lgcc -ldl"
|
||||
export AS = "${CC} -c"
|
||||
|
||||
PACKAGES =+ "libcrypto libssl"
|
||||
|
||||
@@ -2,7 +2,7 @@ inherit pkgconfig
|
||||
|
||||
require openssl.inc
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI += "file://debian.patch;patch=1 \
|
||||
file://armeb.patch;patch=1;pnum=0 \
|
||||
|
||||
Reference in New Issue
Block a user