mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 11:22:30 +01:00
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.
11 lines
274 B
Diff
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)
|
|
|