summaryrefslogtreecommitdiff
path: root/timer.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-11-06 16:41:39 +0100
committerTobias Klauser <tklauser@distanz.ch>2015-11-06 16:41:39 +0100
commit8595f4e1f170152b4f4117a03ce64b59a3023985 (patch)
treef1af2e9af4f6b2197199809f1a3c8beb24079562 /timer.c
parente6556d7736ff65de5ebd8e984ab7b5615731ee29 (diff)
build: configure: Silence pkg-config check for libnetfilter_conntrack
Redirect stderr output of pkg-config to config.log in order to not spam the configure output with pkg-config errors. Instead, use the same pkg-config commands as for the other library checks to get libnetfilter_conntrack cflags. Additionally, use pkg-config to the the linker flags as well. Fixes: 19991f90 ("build: Handle libnetfilter-conntrack with pkg-config") Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'timer.c')
0 files changed, 0 insertions, 0 deletions
'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: (40 commits) ocfs2: implement the VFS clone_range, copy_range, and dedupe_range features ocfs2: charge quota for reflinked blocks ocfs2: fix bad pointer cast ocfs2: always unlock when completing dio writes ocfs2: don't eat io errors during _dio_end_io_write ocfs2: budget for extent tree splits when adding refcount flag ocfs2: prohibit refcounted swapfiles ocfs2: add newlines to some error messages ocfs2: convert inode refcount test to a helper simple_write_end(): don't zero in short copy into uptodate exofs: don't mess with simple_write_{begin,end} 9p: saner ->write_end() on failing copy into non-uptodate page fix gfs2_stuffed_write_end() on short copies fix ceph_write_end() nfs_write_end(): fix handling of short copies vfs: refactor clone/dedupe_file_range common functions fs: try to clone files first in vfs_copy_file_range vfs: misc struct path constification namespace.c: constify struct path passed to a bunch of primitives quota: constify struct path in quota_on ...
Diffstat (limited to 'Documentation')