ccan: Mark as has_no_static_data to allow private library name less-ccan-pain
authorAndrew Bartlett <abartlet@samba.org>
Thu, 5 Apr 2012 05:44:33 +0000 (15:44 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 5 Apr 2012 05:57:54 +0000 (15:57 +1000)
This should allow ccan to be built into tdb2 and Samba without creating a conflict.

Andrew Bartlett

lib/ccan/wscript

index 59fe93af8eb26c1c7fd486f568e14a77324020f2..534cdb2c15c08f82d4a0bd7629fa26788bf88eb7 100644 (file)
@@ -121,4 +121,5 @@ def build(bld):
     bld.SAMBA_LIBRARY('ccan',
                       vnum="0.1-init-1161-g661d41f",
                       source=bld.path.ant_glob('*/*.c'),
+                      has_no_static_data=True,
                       private_library=True)