diff options
Diffstat (limited to 'inet/Makefile')
-rw-r--r-- | inet/Makefile | 6 |
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 |