7 SRC_URI += "file://debian/debian-targets.patch \
8 file://debian/no-rpath.patch \
9 file://debian/no-symbolic.patch \
10 file://debian/shared-lib-ext.patch \
11 file://debian/stddef.patch \
12 file://debian/version-script.patch \
13 file://debian/perl-path.diff \
14 file://shared-libs.patch \
15 file://parallel-make-fix.patch \
18 SRC_URI[md5sum] = "1b239eea3a60d67863e7b66700e47a16"
19 SRC_URI[sha256sum] = "461cc694f29e72f59c22e7ea61bf44671a5fc2f8b3fc2eeac89714b7be915881"
21 EXTRA_OECONF += "no-idea no-mdc2 no-rc5"
23 do_configure_prepend() {
24 cp ${WORKDIR}/find.pl ${S}/util/find.pl
25 # delete dangling links
26 find -L ${S}/include/openssl -type l -delete
29 PARALLEL_MAKEINST = ""