blob: 68372b45b5d44031dd12861f85847500d2dd4027 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
inherit pkgconfig native
require openssl.inc
PR = "${INC_PR}.0"
# This flag can contain target options (e.g -mfpu=neon for armv7-a systems)
export FULL_OPTIMIZATION = " "
export BUILD_OPTIMIZATION = " "
SRC_URI += "file://debian.patch;apply=yes \
file://configure-targets.patch;apply=yes \
file://shared-libs.patch;apply=yes"
PARALLEL_MAKE = ""
do_install() {
:
}
PACKAGES = ""
SRC_URI[src.md5sum] = "acf70a16359bf3658bdfb74bda1c4419"
SRC_URI[src.sha256sum] = "0e26886845de95716c9f1b9b75c0e06e9d4075d2bdc9e11504eaa5f7ee901cf0"
|