summaryrefslogtreecommitdiff
path: root/sunrpc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-08-31 18:10:47 +0000
committerUlrich Drepper <drepper@redhat.com>2003-08-31 18:10:47 +0000
commitcd2fbe58e617407e79b64c68cef34224803aa910 (patch)
treeb07a2d7ac749cf125426c8deb41668deeaf6d2c8 /sunrpc
parentb5bc52efe77e9f0deeb2ee141ea066ab18c927da (diff)
Update.
2003-08-31 Ulrich Drepper <drepper@redhat.com> * sysdeps/x86_64/bsd-_setjmp.S: Use HIDDEN_JUMPTARGET. * include/setjmp.h: Add libc_hidden_proto for __sigsetjmp. (CFLAGS-clnt_perr.c): Likewise.
Diffstat (limited to 'sunrpc')
-rw-r--r--sunrpc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile
index 305bd68651..2a45f049ca 100644
--- a/sunrpc/Makefile
+++ b/sunrpc/Makefile
@@ -121,6 +121,7 @@ CFLAGS-xkey_prot.c = -Wno-unused
CFLAGS-auth_unix.c = -fexceptions
CFLAGS-key_call.c = -fexceptions
CFLAGS-pmap_rmt.c = -fexceptions
+CFLAGS-clnt_perr.c = -fexceptions
ifeq (yes,$(have_doors))
CPPFLAGS-key_call.c += -DHAVE_DOORS=1