mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 16:00:32 +00:00
postgresql: Do not link with libnsl on musl
libnsl is not available on musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -7,5 +7,9 @@ SRC_URI += "\
|
|||||||
file://not-check-libperl.patch \
|
file://not-check-libperl.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
do_compile_prepend_libc-musl() {
|
||||||
|
sed -i -e 's/\-lnsl//g' ${B}/src/Makefile.global
|
||||||
|
}
|
||||||
|
|
||||||
SRC_URI[md5sum] = "2fee03f2034034dbfcb3321a0bb0f829"
|
SRC_URI[md5sum] = "2fee03f2034034dbfcb3321a0bb0f829"
|
||||||
SRC_URI[sha256sum] = "e3eb51d045c180b03d2de1f0c3af9356e10be49448e966ca01dfc2c6d1cc9d23"
|
SRC_URI[sha256sum] = "e3eb51d045c180b03d2de1f0c3af9356e10be49448e966ca01dfc2c6d1cc9d23"
|
||||||
|
|||||||
Reference in New Issue
Block a user