b98af07eac8435577ff0f65b36d4229c548a68fb
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / empty / 0001-respect-LDFLAGS.patch
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
4 Reported on the Gentoo bug tracker
5 https://bugs.gentoo.org/show_bug.cgi?id=429664
6
7 and reported upstream
8 https://sourceforge.net/tracker/?func=detail&aid=3554236&group_id=136798&atid=736886
9
10 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
11
12 --- empty-0.6.18b/Makefile
13 +++ empty-0.6.18b/Makefile
14 @@ -16,7 +16,7 @@
15  PREFIX = /usr/local
16  
17  all:
18 -       ${CC} ${CFLAGS} -Wall ${LIBS} -o empty empty.c
19 +       ${CC} ${CFLAGS} ${LDFLAGS} empty.c ${LIBS} -o empty
20  
21  FreeBSD:       all
22  NetBSD:                all