diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-21 17:27:27 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-21 17:33:17 +0200 |
commit | c7a5bb5a7ee730e6696b36114e0ce004bf74c842 (patch) | |
tree | 61769e97564069f5509023913ac2541dc32c7702 | |
parent | ca6375ac515291e8ba71a5b4e378d1ebf4cebf2f (diff) | |
download | upstream-c7a5bb5a7ee730e6696b36114e0ce004bf74c842.tar.gz upstream-c7a5bb5a7ee730e6696b36114e0ce004bf74c842.tar.bz2 upstream-c7a5bb5a7ee730e6696b36114e0ce004bf74c842.zip |
samba36: avoid picking up a dependency on libunwind (fixes GH #212)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | package/network/services/samba36/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile index fdbaa65a7b..2f0b5fa5f0 100644 --- a/package/network/services/samba36/Makefile +++ b/package/network/services/samba36/Makefile @@ -82,6 +82,7 @@ CONFIGURE_VARS += \ samba_cv_USE_SETRESUID=yes \ samba_cv_have_setreuid=yes \ samba_cv_have_setresuid=yes \ + ac_cv_header_libunwind_h=no \ ac_cv_header_zlib_h=no \ samba_cv_zlib_1_2_3=no \ ac_cv_path_PYTHON="" \ |