aports/main/talloc/always-libs.patch
Natanael Copa 1b2be1568c main/talloc: force always enable libs
something is wrong with the shared library test. We force it to always
belive shared libs works and force it to build.

This is just a workaround for now. The proper solution is to find out
exactly why the test fails and fix uclibc.
2011-04-16 22:46:57 +00:00

11 lines
274 B
Diff

--- ./buildtools/wafsamba/samba_conftests.py.orig
+++ ./buildtools/wafsamba/samba_conftests.py
@@ -186,6 +186,7 @@
msg = "rpath library support"
else:
msg = "building library support"
+ return True
dir = find_config_dir(conf)