diff options
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/Makefile | 4 | ||||
-rw-r--r-- | sysdeps/mach/hurd/i386/libcrypt.abilist | 7 | ||||
-rw-r--r-- | sysdeps/mach/hurd/x86_64/libcrypt.abilist | 2 |
3 files changed, 1 insertions, 12 deletions
diff --git a/sysdeps/mach/Makefile b/sysdeps/mach/Makefile index 820c6b849d..a9d4aa04ce 100644 --- a/sysdeps/mach/Makefile +++ b/sysdeps/mach/Makefile @@ -50,9 +50,7 @@ mach-before-compile: before-compile += $(mach-before-compile) endif -ifeq (crypt,$(subdir)) - LDLIBS-crypt.so += $(objdir)/mach/libmachuser.so -else ifeq (dlfcn,$(subdir)) +ifeq (dlfcn,$(subdir)) LDLIBS-dl.so += $(objdir)/mach/libmachuser.so else ifeq (nis,$(subdir)) LDLIBS-nsl.so += $(objdir)/mach/libmachuser.so diff --git a/sysdeps/mach/hurd/i386/libcrypt.abilist b/sysdeps/mach/hurd/i386/libcrypt.abilist deleted file mode 100644 index 5cd9b78d1e..0000000000 --- a/sysdeps/mach/hurd/i386/libcrypt.abilist +++ /dev/null @@ -1,7 +0,0 @@ -GLIBC_2.2.6 crypt F -GLIBC_2.2.6 crypt_r F -GLIBC_2.2.6 encrypt F -GLIBC_2.2.6 encrypt_r F -GLIBC_2.2.6 fcrypt F -GLIBC_2.2.6 setkey F -GLIBC_2.2.6 setkey_r F diff --git a/sysdeps/mach/hurd/x86_64/libcrypt.abilist b/sysdeps/mach/hurd/x86_64/libcrypt.abilist deleted file mode 100644 index 3ee068a093..0000000000 --- a/sysdeps/mach/hurd/x86_64/libcrypt.abilist +++ /dev/null @@ -1,2 +0,0 @@ -GLIBC_2.38 crypt F -GLIBC_2.38 crypt_r F |