summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-09 14:13:53 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-09 16:28:28 +0200
commit787ecd4023ae9eef515225faa9e29aa4e0694711 (patch)
tree8af870049c1594a2a01f473ef112398d7c8b743a /source4/heimdal_build
parent2eaddcd9f2595442806cba3e2b9bcb08ee115720 (diff)
downloadsamba-787ecd4023ae9eef515225faa9e29aa4e0694711.tar.gz
samba-787ecd4023ae9eef515225faa9e29aa4e0694711.tar.bz2
samba-787ecd4023ae9eef515225faa9e29aa4e0694711.zip
s4:heimdal_build/wscript_build: remove useless dependecies of HEIMDAL_ROKEN_H
This hopefully fixes the build on host opi - OpenSUSE 10.2 (x86_64). metze
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r--source4/heimdal_build/wscript_build7
1 files changed, 4 insertions, 3 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build
index da32186eee..002a4da0a2 100644
--- a/source4/heimdal_build/wscript_build
+++ b/source4/heimdal_build/wscript_build
@@ -183,7 +183,6 @@ HEIMDAL_ROKEN_H_SOURCE = '''
../heimdal/lib/roken/socket.c
../heimdal/lib/roken/parse_time.c
../heimdal/lib/roken/parse_units.c
- ../heimdal/lib/roken/resolve.c
../heimdal/lib/roken/roken_gethostby.c
../heimdal/lib/roken/signal.c
../heimdal/lib/roken/vis.c
@@ -202,7 +201,9 @@ HEIMDAL_ROKEN_H_SOURCE = '''
replace.c
'''
-HEIMDAL_ROKEN_SOURCE = HEIMDAL_ROKEN_H_SOURCE
+HEIMDAL_ROKEN_SOURCE = HEIMDAL_ROKEN_H_SOURCE + '''
+ ../heimdal/lib/roken/resolve.c
+'''
bld.SAMBA_SUBSYSTEM('HEIMDAL_ROKEN',
HEIMDAL_ROKEN_SOURCE,
@@ -426,7 +427,7 @@ bld.SAMBA_SUBSYSTEM('HEIMDAL_ROKEN_H',
includes='../heimdal/lib/roken',
cflags='-DSOCKET_WRAPPER_DISABLE=1 -DNSS_WRAPPER_DISABLE=1',
group='compiler_libraries',
- deps='HEIMDAL_ROKEN_PROGNAME_H HEIMDAL_ROKEN_CLOSEFROM_H resolv LIBREPLACE_NETWORK'
+ deps='HEIMDAL_ROKEN_PROGNAME_H HEIMDAL_ROKEN_CLOSEFROM_H'
)