]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/linux-3.10.27-fs-exec-atomic64-operand-requires-impossible-reload.patch
tor: Bump package version to 6 and fix backup.
[people/teissler/ipfire-2.x.git] / src / patches / linux-3.10.27-fs-exec-atomic64-operand-requires-impossible-reload.patch
1 --- a/fs/Makefile.orig 2014-01-16 20:17:03.000000000 +0000
2 +++ b/fs/Makefile 2014-01-16 20:25:05.000000000 +0000
3 @@ -13,6 +13,8 @@
4 pnode.o splice.o sync.o utimes.o \
5 stack.o fs_struct.o statfs.o
6
7 +CFLAGS_exec.o += -O1
8 +
9 ifeq ($(CONFIG_BLOCK),y)
10 obj-y += buffer.o bio.o block_dev.o direct-io.o mpage.o ioprio.o
11 else