[source] samba36: avoid picking up a dependency on libunwind (fixes GH #212)
LEDE Commits
lede-commits at lists.infradead.org
Thu Jul 21 08:33:19 PDT 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=c7a5bb5a7ee730e6696b36114e0ce004bf74c842
commit c7a5bb5a7ee730e6696b36114e0ce004bf74c842
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Jul 21 17:27:27 2016 +0200
samba36: avoid picking up a dependency on libunwind (fixes GH #212)
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/network/services/samba36/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile
index fdbaa65..2f0b5fa 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="" \
More information about the lede-commits
mailing list