diff options
Diffstat (limited to 'sys-fs/aufs2-util/files/aufs-util.patch')
-rw-r--r-- | sys-fs/aufs2-util/files/aufs-util.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-fs/aufs2-util/files/aufs-util.patch b/sys-fs/aufs2-util/files/aufs-util.patch new file mode 100644 index 0000000..43fc909 --- /dev/null +++ b/sys-fs/aufs2-util/files/aufs-util.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index 01ae53b..c27ad39 100644 +--- a/Makefile ++++ b/Makefile +@@ -15,7 +15,7 @@ + # along with this program; if not, write to the Free Software + # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +-CFLAGS += -I./libau ++CFLAGS += -I./libau -I/usr/src/linux-zen/usr/include + CFLAGS += -O -Wall + + Cmd = auchk aubrsync |