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 / lsof / 0003-override-cflags.patch
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/lsof/0003-override-cflags.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/lsof/0003-override-cflags.patch
new file mode 100644 (file)
index 0000000..135e599
--- /dev/null
@@ -0,0 +1,13 @@
+--- lsof_4.84/Configure        2008-10-21 18:21:45.000000000 +0200
++++ lsof_4.84/Configure        2010-11-03 14:00:00.000000000 +0100
+@@ -5206,6 +5206,10 @@
+   cp $LSOF_MKFC ${LSOF_LIB}/$LSOF_LIBMKF
+ fi    # }
+ cat ./dialects/$LSOF_DIALECT_DIR/$LSOF_REST >> $LSOF_MKFC
++if test "X$LSOF_CFLAGS_OVERRIDE" != "X"       # {
++then
++  sed -i -e 's/^CFLAGS=/override CFLAGS=/' $LSOF_MKFC
++fi    # }
+ if test "X$LSOF_LIB_NO" = "X" # {
+ then