diff options
Diffstat (limited to 'nss/Makefile')
-rw-r--r-- | nss/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nss/Makefile b/nss/Makefile index 023a11f..df22d36 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -178,6 +178,21 @@ CFLAGS-getnetent.c += -fexceptions CFLAGS-getnetent_r.c += -fexceptions endif +# protocols routines: +routines += \ + getproto \ + getproto_r \ + getprtent \ + getprtent_r \ + getprtname \ + getprtname_r \ + # routines + +ifeq ($(have-thread-library),yes) +CFLAGS-getprtent_r.c += -fexceptions +CFLAGS-getprtent.c += -fexceptions +endif + # pwd routines: routines += \ fgetpwent \ |