diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-16 22:46:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-16 22:46:57 +0000 |
commit | 1b2be1568c004998f42275e3c9de48713f8be48c (patch) | |
tree | 70ceba3cce0a648d83a02335f1eb97a7a3e02d10 /main/talloc/always-libs.patch | |
parent | 6ae49791ea0424ba6847bee3bb3de5ae8302f67e (diff) | |
download | aports-1b2be1568c004998f42275e3c9de48713f8be48c.tar.bz2 aports-1b2be1568c004998f42275e3c9de48713f8be48c.tar.xz |
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.
Diffstat (limited to 'main/talloc/always-libs.patch')
-rw-r--r-- | main/talloc/always-libs.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/talloc/always-libs.patch b/main/talloc/always-libs.patch new file mode 100644 index 0000000000..e9658d4b98 --- /dev/null +++ b/main/talloc/always-libs.patch @@ -0,0 +1,10 @@ +--- ./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) + |