aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorJoe MacDonald <joe_macdonald@mentor.com>2016-02-22 19:49:46 -0500
committerJoe MacDonald <joe_macdonald@mentor.com>2016-02-22 19:49:46 -0500
commitcce08ed6f760b07c310aec44cc8cd87b8358a3bf (patch)
tree2e9a8ef3d0805ba95716832b1aeefc0ecce5e5df /meta-networking
parentdafd61fa87c31fab97e36f71974fc097a1841c91 (diff)
downloadmeta-openembedded-contrib-cce08ed6f760b07c310aec44cc8cd87b8358a3bf.tar.gz
samba: Fix build when static libs disabled
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-connectivity/samba/samba_4.1.12.bb1
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 67eaf4cd36..62cd661212 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 \
--with-profiling-data \
--with-libiconv=${STAGING_DIR_HOST}${prefix} \
"
+DISABLE_STATIC = ""
LDFLAGS += "-Wl,-z,relro,-z,now"