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/lib/replace/config.mk | |
parent | c8295a7d2f68b5f2733b947ee2dbcd4358d0bf37 (diff) | |
download | samba-6b5e86f47b21b560827c3ca24ee09f92f80fad3b.tar.gz samba-6b5e86f47b21b560827c3ca24ee09f92f80fad3b.tar.bz2 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/lib/replace/config.mk')
-rw-r--r-- | source4/lib/replace/config.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/lib/replace/config.mk b/source4/lib/replace/config.mk index dd338ac305..1e940b0a71 100644 --- a/source4/lib/replace/config.mk +++ b/source4/lib/replace/config.mk @@ -18,3 +18,12 @@ OBJ_FILES = replace.o \ PUBLIC_DEPENDENCIES = REPLACE_READDIR DL # End SUBSYSTEM LIBREPLACE ############################## + +[SUBSYSTEM::LIBREPLACE_HOSTCC] +CFLAGS = -Ilib/replace +OBJ_FILES = replace.ho \ + snprintf.ho \ + dlfcn.ho \ + getpass.ho \ + timegm.ho + |