diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-06 15:28:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:47 -0500 |
commit | 6b5e86f47b21b560827c3ca24ee09f92f80fad3b (patch) | |
tree | d3c2aaef9000d4a94b054b935d0bb463b40fe823 /source4/heimdal_build | |
parent | c8295a7d2f68b5f2733b947ee2dbcd4358d0bf37 (diff) | |
download | samba-6b5e86f47b21b560827c3ca24ee09f92f80fad3b.tar.gz samba-6b5e86f47b21b560827c3ca24ee09f92f80fad3b.tar.xz samba-6b5e86f47b21b560827c3ca24ee09f92f80fad3b.zip |
r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCC
- also specify USE_HOSTCC = YES on binaries that use HOSTCC
I also disable autodependecies as this change let make run forever,
I hopefully fix that tomorrow
metze
(This used to be commit 159f74570233a8707dc1deb70fb1917a854213f8)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/config.mk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 18aa705c33e..1443d873381 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -393,6 +393,7 @@ OBJ_FILES = ../heimdal/lib/asn1/lex.ho # Start BINARY asn1_compile [BINARY::asn1_compile] CFLAGS = -Iheimdal_build -Iheimdal/lib/roken +USE_HOSTCC = YES OBJ_FILES = \ ../heimdal/lib/asn1/main.ho \ ../heimdal/lib/asn1/gen.ho \ @@ -412,10 +413,8 @@ OBJ_FILES = \ ../heimdal/lib/roken/estrdup.ho \ ../heimdal/lib/roken/ecalloc.ho \ ../heimdal/lib/asn1/symbol.ho \ - replace.ho \ ../heimdal/lib/vers/print_version.ho \ - ../lib/replace/snprintf.ho \ - ../lib/replace/replace.ho + replace.ho PRIVATE_DEPENDENCIES = HEIMDAL_ASN1_COMPILE_LEX HEIMDAL_ROKEN_GETPROGNAME_H # End BINARY asn1_compile ####################### @@ -432,6 +431,7 @@ OBJ_FILES = ../heimdal/lib/com_err/lex.ho # Start BINARY compile_et [BINARY::compile_et] CFLAGS = -Iheimdal_build -Iheimdal/lib/roken +USE_HOSTCC = YES OBJ_FILES = ../heimdal/lib/vers/print_version.ho \ ../heimdal/lib/com_err/parse.ho \ ../heimdal/lib/com_err/compile_et.ho \ @@ -439,9 +439,7 @@ OBJ_FILES = ../heimdal/lib/vers/print_version.ho \ ../heimdal/lib/roken/get_window_size.ho \ ../heimdal/lib/roken/strupr.ho \ ../heimdal/lib/roken/setprogname.ho \ - replace.ho \ - ../lib/replace/snprintf.ho \ - ../lib/replace/replace.ho + replace.ho PRIVATE_DEPENDENCIES = HEIMDAL_COM_ERR_COMPILE_LEX HEIMDAL_ROKEN_GETPROGNAME_H # End BINARY compile_et ####################### |