diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 2 | ||||
-rw-r--r-- | sysdeps/unix/configure.in | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 9dc14aa659..a5825ff142 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -45,6 +45,8 @@ endif # ! hurd-srcdir-computed ifdef in-Makerules +subdirs := $(filter-out sunrpc,$(subdirs)) # XXX skip broken dirs + # Look for header files in hurd/ under the top-level library source directory. includes += -I$(..)hurd diff --git a/sysdeps/unix/configure.in b/sysdeps/unix/configure.in index 85bc3d1c2c..08a925a5ee 100644 --- a/sysdeps/unix/configure.in +++ b/sysdeps/unix/configure.in @@ -71,7 +71,8 @@ for unix_function in \ access select getgroups setgroups \ getitimer setitimer \ getdomainname/getdomain=bsd/bsd4.4 \ - setdomainname/setdomain=bsd/bsd4.4 + setdomainname/setdomain=bsd/bsd4.4 \ + profil=bsd do # $unix_function => $unix_syscall $unix_srcname |