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 / netatalk / 0002-no-acl.patch
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/netatalk/0002-no-acl.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/netatalk/0002-no-acl.patch
new file mode 100644 (file)
index 0000000..165141b
--- /dev/null
@@ -0,0 +1,15 @@
+Fix builds without acl, from http://sourceforge.net/p/netatalk/bugs/574/
+
+Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
+
+diff -Nura netatalk-3.1.7.orig/include/atalk/acl.h netatalk-3.1.7/include/atalk/acl.h
+--- netatalk-3.1.7.orig/include/atalk/acl.h    2014-12-03 17:34:49.895524464 -0300
++++ netatalk-3.1.7/include/atalk/acl.h 2014-12-03 17:34:58.735243283 -0300
+@@ -61,6 +61,7 @@
+ #else /* HAVE_ACLS=no */
+ #define O_NETATALK_ACL 0
++#define O_IGNORE 0
+ #define chmod_acl chmod
+ #endif /* HAVE_ACLS */