diff options
Diffstat (limited to 'sys-kernel/dracut-crypt-ssh/files/dracut-crypt-ssh-1.0.7-makefile.patch')
-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 |