0001-respect-LDFLAGS.patch 613 B

12345678910111213141516171819202122
  1. downloaded from
  2. http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-misc/empty/files/empty-respect-LDFLAGS.patch?view=markup
  3. Reported on the Gentoo bug tracker
  4. https://bugs.gentoo.org/show_bug.cgi?id=429664
  5. and reported upstream
  6. https://sourceforge.net/tracker/?func=detail&aid=3554236&group_id=136798&atid=736886
  7. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
  8. --- empty-0.6.18b/Makefile
  9. +++ empty-0.6.18b/Makefile
  10. @@ -16,7 +16,7 @@
  11. PREFIX = /usr/local
  12. all:
  13. - ${CC} ${CFLAGS} -Wall ${LIBS} -o empty empty.c
  14. + ${CC} ${CFLAGS} ${LDFLAGS} empty.c ${LIBS} -o empty
  15. FreeBSD: all
  16. NetBSD: all