diff options
| -rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.19.5.bb (renamed from meta-networking/recipes-connectivity/samba/samba_4.19.4.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.19.4.bb b/meta-networking/recipes-connectivity/samba/samba_4.19.5.bb index 9e02afd0fc..f5ef86dd4b 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.19.4.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.19.5.bb | |||
| @@ -31,7 +31,7 @@ SRC_URI:append:libc-musl = " \ | |||
| 31 | file://samba-4.3.9-remove-getpwent_r.patch \ | 31 | file://samba-4.3.9-remove-getpwent_r.patch \ |
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | SRC_URI[sha256sum] = "4026d93b866db198c8ca1685b0f5d52793f65c6e63cb364163af661fdff0968c" | 34 | SRC_URI[sha256sum] = "0e2405b4cec29d0459621f4340a1a74af771ec7cffedff43250cad7f1f87605e" |
| 35 | 35 | ||
| 36 | UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.19(\.\d+)+).tar.gz" | 36 | UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.19(\.\d+)+).tar.gz" |
| 37 | 37 | ||
| @@ -122,6 +122,7 @@ EXTRA_OECONF += "--enable-fhs \ | |||
| 122 | --with-profiling-data \ | 122 | --with-profiling-data \ |
| 123 | --with-libiconv=${STAGING_DIR_HOST}${prefix} \ | 123 | --with-libiconv=${STAGING_DIR_HOST}${prefix} \ |
| 124 | --with-pam --with-pammodulesdir=${base_libdir}/security \ | 124 | --with-pam --with-pammodulesdir=${base_libdir}/security \ |
| 125 | --pythondir=${PYTHON_SITEPACKAGES_DIR} \ | ||
| 125 | " | 126 | " |
| 126 | 127 | ||
| 127 | LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 128 | LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
