diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-06-01 08:34:18 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2006-06-01 08:34:18 +0000 |
commit | d8ba069fe891f5261bb6f1fe47d2cdb3ae00b2c9 (patch) | |
tree | 4dd3f6c4fcf317e67dc6740cd3c4d1af05142567 /source/heimdal_build | |
parent | 72fea37a5c1f95386c7762e7015ba82257337951 (diff) | |
download | samba-d8ba069fe891f5261bb6f1fe47d2cdb3ae00b2c9.tar.gz samba-d8ba069fe891f5261bb6f1fe47d2cdb3ae00b2c9.tar.xz samba-d8ba069fe891f5261bb6f1fe47d2cdb3ae00b2c9.zip |
r15991: try to fix the build on au2 IRIX 6.4
metze
Diffstat (limited to 'source/heimdal_build')
-rw-r--r-- | source/heimdal_build/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/heimdal_build/config.mk b/source/heimdal_build/config.mk index c15e5b61b14..18aa705c33e 100644 --- a/source/heimdal_build/config.mk +++ b/source/heimdal_build/config.mk @@ -294,6 +294,7 @@ OBJ_FILES = \ ####################### # Start SUBSYSTEM HEIMDAL_ROKEN_GAI_STRERROR [SUBSYSTEM::HEIMDAL_ROKEN_GAI_STRERROR] +CFLAGS = -Iheimdal_build -Iheimdal/lib/roken OBJ_FILES = ../heimdal/lib/roken/gai_strerror.o [SUBSYSTEM::HEIMDAL_ROKEN_INET_ATON] |