diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-25 21:15:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:25 -0500 |
commit | 4b55501d2c9e094d9ed05c558ba7929a7c6b3040 (patch) | |
tree | 0bd73e233fff1cae334d903e4eb296ee11c4e754 | |
parent | 882bc0a19efd6cb49c50b4f4dfa668c9ba60f2d2 (diff) | |
download | samba-4b55501d2c9e094d9ed05c558ba7929a7c6b3040.tar.gz samba-4b55501d2c9e094d9ed05c558ba7929a7c6b3040.tar.bz2 samba-4b55501d2c9e094d9ed05c558ba7929a7c6b3040.zip |
r15254: Fix heimdal's addrinfo subsystem for those systems that need it. This
should get the build on sun1 and us4 another step further.
(This used to be commit 2f2f47a3891a73e1656908fc30c1c03ebae59bb2)
-rw-r--r-- | source4/heimdal_build/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index eb788996b5..0bd1d86701 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -300,7 +300,7 @@ OBJ_FILES = ../heimdal/lib/roken/inet_aton.o ####################### # Start SUBSYSTEM HEIMDAL_ROKEN_ADDRINFO [SUBSYSTEM::HEIMDAL_ROKEN_ADDRINFO] -EXTRA_CFLAGS = -Iheimdal/lib/roken +EXTRA_CFLAGS = -Iheimdal_build -Iheimdal/lib/roken OBJ_FILES = \ ../heimdal/lib/roken/getaddrinfo.o \ ../heimdal/lib/roken/freeaddrinfo.o \ |