diff options
| -rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 2 |
1 files changed, 1 insertions, 1 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 2d235540e2..7d7fa02a5c 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | |||
| @@ -88,7 +88,7 @@ EXTRA_OECONF += "--enable-fhs \ | |||
| 88 | " | 88 | " |
| 89 | DISABLE_STATIC = "" | 89 | DISABLE_STATIC = "" |
| 90 | 90 | ||
| 91 | LDFLAGS += "-Wl,-z,relro,-z,now" | 91 | LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
| 92 | 92 | ||
| 93 | do_install_append() { | 93 | do_install_append() { |
| 94 | if ${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'true', 'false', d)}; then | 94 | if ${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'true', 'false', d)}; then |
