From 41c191bf55137da9bc5c84497da41731c0c42d7b Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 31 Aug 2024 21:03:52 +0200 Subject: sys-kernel/dracut-crypt-ssh: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/38362 Signed-off-by: Joonas Niilola --- .../files/dracut-crypt-ssh-1.0.7-makefile.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 sys-kernel/dracut-crypt-ssh/files/dracut-crypt-ssh-1.0.7-makefile.patch diff --git a/sys-kernel/dracut-crypt-ssh/files/dracut-crypt-ssh-1.0.7-makefile.patch b/sys-kernel/dracut-crypt-ssh/files/dracut-crypt-ssh-1.0.7-makefile.patch deleted file mode 100644 index d45bc41ed60a..000000000000 --- a/sys-kernel/dracut-crypt-ssh/files/dracut-crypt-ssh-1.0.7-makefile.patch +++ /dev/null @@ -1,19 +0,0 @@ -# https://bugs.gentoo.org/726014 -# https://bugs.gentoo.org/781125 ---- a/modules/60crypt-ssh/helper/Makefile -+++ b/modules/60crypt-ssh/helper/Makefile -@@ -17,11 +17,11 @@ clean: - rm -f *.o console_auth unlock crypttab-test - - console_auth: auth.c -- $(CC) $(CFLAGS) $^ -o $@ -+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $^ -o $@ - - unlock: crypttab.o unlock.o -- $(CC) $(CFLAGS) -lblkid $^ -o $@ -+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $^ -lblkid -o $@ - - crypttab-test: crypttab-test.c crypttab.o crypttab-test-data -- $(CC) crypttab-test.c $(CFLAGS) crypttab.o -lblkid -o crypttab-test -+ $(CC) crypttab-test.c $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) crypttab.o -lblkid -o crypttab-test - ./crypttab-test -- cgit v1.2.3-65-gdbad