summaryrefslogtreecommitdiffstats
path: root/recipes-tools/lxc/files/fix_setns_deps.patch
blob: 7ec875ca1b27e823b11f96a4e4e22fb3bbf90a56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: lxc-0.8.0-rc1/src/lxc/Makefile.am
===================================================================
--- lxc-0.8.0-rc1.orig/src/lxc/Makefile.am
+++ lxc-0.8.0-rc1/src/lxc/Makefile.am
@@ -133,6 +133,7 @@ uninstall-local:
 	$(RM) $(DESTDIR)$(libdir)/liblxc.so*
 
 namespace.c: setns.h
+attach.c: setns.h
 
 setns.h:
 	-$(CC) $(CPPFLAGS) -M -MT$@ $(LINUX_DIR)/arch/$(LINUX_SRCARCH)/include/asm/unistd.h >setns.P