The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / empty / 0001-respect-LDFLAGS.patch
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/empty/0001-respect-LDFLAGS.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/empty/0001-respect-LDFLAGS.patch
new file mode 100644 (file)
index 0000000..b98af07
--- /dev/null
@@ -0,0 +1,22 @@
+downloaded from
+http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-misc/empty/files/empty-respect-LDFLAGS.patch?view=markup
+
+Reported on the Gentoo bug tracker
+https://bugs.gentoo.org/show_bug.cgi?id=429664
+
+and reported upstream
+https://sourceforge.net/tracker/?func=detail&aid=3554236&group_id=136798&atid=736886
+
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
+
+--- empty-0.6.18b/Makefile
++++ empty-0.6.18b/Makefile
+@@ -16,7 +16,7 @@
+ PREFIX = /usr/local
+ all:
+-      ${CC} ${CFLAGS} -Wall ${LIBS} -o empty empty.c
++      ${CC} ${CFLAGS} ${LDFLAGS} empty.c ${LIBS} -o empty
+ FreeBSD:      all
+ NetBSD:               all