summaryrefslogtreecommitdiff
path: root/inet
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-08-30 18:51:25 +0000
committerUlrich Drepper <drepper@redhat.com>2003-08-30 18:51:25 +0000
commit443f79339b4313c6001388ca03d34d76be4a380d (patch)
tree34874ed9ecb5ccc69e7f7a878797463ab7c0ba15 /inet
parent2b29b09e66c3999dbe75aee6227f975527531d96 (diff)
Update.
* inet/Makefile (CFLAGS-gethstbyad_r.c): Add -fexceptions. (CFLAGS-gethstbynm_r.c): Likewise. (CFLAGS-gethstbynm2_r.c): Likewise. * resolv/Makefile (CFLAGS-res_hconf.c): Add -fexceptions.
Diffstat (limited to 'inet')
-rw-r--r--inet/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/inet/Makefile b/inet/Makefile
index 6a0c0c5d17..747b6800ea 100644
--- a/inet/Makefile
+++ b/inet/Makefile
@@ -56,9 +56,9 @@ include ../Rules
ifeq ($(have-thread-library),yes)
-CFLAGS-gethstbyad_r.c = -DUSE_NSCD=1
-CFLAGS-gethstbynm_r.c = -DUSE_NSCD=1
-CFLAGS-gethstbynm2_r.c = -DUSE_NSCD=1
+CFLAGS-gethstbyad_r.c = -DUSE_NSCD=1 -fexceptions
+CFLAGS-gethstbynm_r.c = -DUSE_NSCD=1 -fexceptions
+CFLAGS-gethstbynm2_r.c = -DUSE_NSCD=1 -fexceptions
endif