blob: f1e60fcb29ccb0f82c310ce4b45ccf61df5cf9e3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- ./buildtools/wafsamba/samba_conftests.py.orig
+++ ./buildtools/wafsamba/samba_conftests.py
@@ -272,6 +272,7 @@
msg = "rpath library support"
else:
msg = "building library support"
+ return True
dir = find_config_dir(conf)
|