blob: e9658d4b9822768e596522807d82eeff5d47812d (
plain)
1
2
3
4
5
6
7
8
9
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)
|