diff options
| author | Khem Raj <raj.khem@gmail.com> | 2016-11-06 23:40:54 -0800 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-12-14 09:20:09 -0500 |
| commit | ef1c823a3fc4110d0717551fdb566ad7b251a649 (patch) | |
| tree | eaf3112d04c62267cfbe84c2fa5339a6938c05e8 /meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | |
| parent | 961ed807dadb15108c7fdc020f66ec52c17310bf (diff) | |
| download | meta-openembedded-ef1c823a3fc4110d0717551fdb566ad7b251a649.tar.gz | |
samba: Fix build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/samba/samba_4.4.5.bb')
| -rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb index e9694d4e9c..a27bcd1e6b 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | |||
| @@ -20,6 +20,10 @@ SRC_URI = "${SAMBA_MIRROR}/stable/samba-${PV}.tar.gz \ | |||
| 20 | file://0006-avoid-using-colon-in-the-checking-msg.patch \ | 20 | file://0006-avoid-using-colon-in-the-checking-msg.patch \ |
| 21 | file://volatiles.03_samba \ | 21 | file://volatiles.03_samba \ |
| 22 | " | 22 | " |
| 23 | SRC_URI_append_libc-musl = " \ | ||
| 24 | file://samba-4.2.7-pam.patch \ | ||
| 25 | file://samba-4.3.9-remove-getpwent_r.patch \ | ||
| 26 | " | ||
| 23 | 27 | ||
| 24 | SRC_URI[md5sum] = "6950c5e9f7bdeb8a610c2ca957a15be4" | 28 | SRC_URI[md5sum] = "6950c5e9f7bdeb8a610c2ca957a15be4" |
| 25 | SRC_URI[sha256sum] = "b876ef2e63f66265490e80a122e66ef2d7616112b839df68f56ac2e1ce17a7bd" | 29 | SRC_URI[sha256sum] = "b876ef2e63f66265490e80a122e66ef2d7616112b839df68f56ac2e1ce17a7bd" |
| @@ -29,6 +33,9 @@ inherit systemd waf-samba cpan-base perlnative update-rc.d | |||
| 29 | RDEPENDS_${PN}_remove = "perl" | 33 | RDEPENDS_${PN}_remove = "perl" |
| 30 | 34 | ||
| 31 | DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libldb krb5 libbsd libaio libpam" | 35 | DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libldb krb5 libbsd libaio libpam" |
| 36 | DEPENDS_append_libc-musl = " libtirpc" | ||
| 37 | CFLAGS_append_libc-musl = " -I${STAGING_INCDIR}/tirpc" | ||
| 38 | LDFLAGS_append_libc-musl = " -ltirpc" | ||
| 32 | 39 | ||
| 33 | SYSVINITTYPE_linuxstdbase = "lsb" | 40 | SYSVINITTYPE_linuxstdbase = "lsb" |
| 34 | SYSVINITTYPE = "sysv" | 41 | SYSVINITTYPE = "sysv" |
