diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-08-31 21:03:52 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-09-14 10:09:25 +0300 |
commit | 41c191bf55137da9bc5c84497da41731c0c42d7b (patch) | |
tree | 8fbe73fc2be9c66733fb35932c076ef6de06faec | |
parent | sys-fs/bcachefs-tools: remove unused patch(es) (diff) | |
download | gentoo-41c191bf55137da9bc5c84497da41731c0c42d7b.tar.gz gentoo-41c191bf55137da9bc5c84497da41731c0c42d7b.tar.bz2 gentoo-41c191bf55137da9bc5c84497da41731c0c42d7b.zip |
sys-kernel/dracut-crypt-ssh: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/38362
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | sys-kernel/dracut-crypt-ssh/files/dracut-crypt-ssh-1.0.7-makefile.patch | 19 |
1 files changed, 0 insertions, 19 deletions
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 |