diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2016-02-22 19:49:46 -0500 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-02-22 19:49:46 -0500 |
commit | cce08ed6f760b07c310aec44cc8cd87b8358a3bf (patch) | |
tree | 2e9a8ef3d0805ba95716832b1aeefc0ecce5e5df /meta-networking/recipes-connectivity | |
parent | dafd61fa87c31fab97e36f71974fc097a1841c91 (diff) | |
download | meta-openembedded-cce08ed6f760b07c310aec44cc8cd87b8358a3bf.tar.gz |
samba: Fix build when static libs disabled
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.1.12.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb b/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb index 67eaf4cd3..62cd66121 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb | |||
@@ -108,6 +108,7 @@ EXTRA_OECONF += "--enable-fhs \ | |||
108 | --with-profiling-data \ | 108 | --with-profiling-data \ |
109 | --with-libiconv=${STAGING_DIR_HOST}${prefix} \ | 109 | --with-libiconv=${STAGING_DIR_HOST}${prefix} \ |
110 | " | 110 | " |
111 | DISABLE_STATIC = "" | ||
111 | 112 | ||
112 | LDFLAGS += "-Wl,-z,relro,-z,now" | 113 | LDFLAGS += "-Wl,-z,relro,-z,now" |
113 | 114 | ||