2 http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-misc/empty/files/empty-respect-LDFLAGS.patch?view=markup
4 Reported on the Gentoo bug tracker
5 https://bugs.gentoo.org/show_bug.cgi?id=429664
8 https://sourceforge.net/tracker/?func=detail&aid=3554236&group_id=136798&atid=736886
10 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
12 --- empty-0.6.18b/Makefile
13 +++ empty-0.6.18b/Makefile
18 - ${CC} ${CFLAGS} -Wall ${LIBS} -o empty empty.c
19 + ${CC} ${CFLAGS} ${LDFLAGS} empty.c ${LIBS} -o empty