diff options
| -rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd_1.4.41.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.41.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.41.bb index a74d3a15b7..bba90cf300 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.41.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.41.bb | |||
| @@ -26,8 +26,11 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t | |||
| 26 | SRC_URI[md5sum] = "1df2e4dbc965cfe6f99f008ac3db4d8d" | 26 | SRC_URI[md5sum] = "1df2e4dbc965cfe6f99f008ac3db4d8d" |
| 27 | SRC_URI[sha256sum] = "4bcc383ef6d6dc7b284f68882d71a178e2986c83c4e85eeb3c8f3b882e346b6c" | 27 | SRC_URI[sha256sum] = "4bcc383ef6d6dc7b284f68882d71a178e2986c83c4e85eeb3c8f3b882e346b6c" |
| 28 | 28 | ||
| 29 | PACKAGECONFIG ??= "openssl" | 29 | PACKAGECONFIG ??= "openssl \ |
| 30 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \ | ||
| 31 | " | ||
| 30 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" | 32 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" |
| 33 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||
| 31 | 34 | ||
| 32 | EXTRA_OECONF = " \ | 35 | EXTRA_OECONF = " \ |
| 33 | --without-bzip2 \ | 36 | --without-bzip2 \ |
