summaryrefslogtreecommitdiffstats
path: root/examples/nf-queue.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2012-06-30 02:28:25 +0200
committerJan Engelhardt <jengelh@inai.de>2012-06-30 03:01:57 +0200
commit2c481c1fd73bb744957b2e5c5161c7a0804ab2e4 (patch)
tree841a723cec82fbe5f63d3dcb4276d1cc276913bc /examples/nf-queue.c
parent7bd9edfe7849d8d1bc35f9ac28e949409da0bf10 (diff)
build: remove stray empty variable
Compilation can fail when libnfnetlink is not in a directory searched by default. Reason is the empty KERNELDIR variable which makes for a gcc command like: gcc -I. -I../include -I -Wall -I/usr/include/libnfnetlink-1.0.0+git28 -Wall -c libnetfilter_queue.c What one would expect is that gcc would search in the (non-existent) directory "-Wall" and just continue as usual, since -Wall is specified again. Instead, gcc versions before 4.6 attempt to search the (similarly non-existent) directory "-I/usr/[...]" and thus miss. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Diffstat (limited to 'examples/nf-queue.c')
0 files changed, 0 insertions, 0 deletions