summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-12 09:33:42 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-12 12:31:13 +0200
commit14c05405cbae886ca741340f3cc2b148b3cd3ae4 (patch)
tree09a52ce4b4e22fa28b30c69d687341f2f588bb87 /lib/replace
parent8a00c566492943972798a96a9e23bc74083902ec (diff)
downloadsamba-14c05405cbae886ca741340f3cc2b148b3cd3ae4.tar.gz
samba-14c05405cbae886ca741340f3cc2b148b3cd3ae4.tar.bz2
samba-14c05405cbae886ca741340f3cc2b148b3cd3ae4.zip
lib/replace/wscript: rename LIBREPLACE_H => LIBREPLACE_HOSTCC
metze
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript
index 727682677c..236521d37e 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -307,9 +307,9 @@ def build(bld):
if bld.CONFIG_SET('REPLACE_STRPTIME'): REPLACE_HOSTCC_SOURCE += ' strptime.c'
if not bld.CONFIG_SET('HAVE_TIMEGM'): REPLACE_HOSTCC_SOURCE += ' timegm.c'
- bld.SAMBA_SUBSYSTEM('LIBREPLACE_H',
+ bld.SAMBA_SUBSYSTEM('LIBREPLACE_HOSTCC',
REPLACE_HOSTCC_SOURCE,
-
+ use_hostcc=True,
cflags='-DSOCKET_WRAPPER_DISABLE=1 -DNSS_WRAPPER_DISABLE=1 -D_SAMBA_HOSTCC_',
group='compiler_libraries'
)