diff options
Diffstat (limited to 'login')
-rw-r--r-- | login/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/login/Makefile b/login/Makefile index 48f7fefb68..2e414a3ee7 100644 --- a/login/Makefile +++ b/login/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996,1997,1998,2000,2001,2002 Free Software Foundation, Inc. +# Copyright (C) 1996-1998,2000-2002,2003 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -47,6 +47,8 @@ libutil-routines:= login login_tty logout logwtmp openpty forkpty include ../Rules +CFLAGS-getpt.c = -fexceptions + ifeq (yes,$(build-static-nss)) otherlibs += $(nssobjdir)/libnss_files.a $(resolvobjdir)/libnss_dns.a \ $(resolvobjdir)/libresolv.a $(common-objpfx)libc.a |