diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb index d9d9da0fad..372eebd886 100644 --- a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb +++ b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb | |||
@@ -12,7 +12,7 @@ S = "${WORKDIR}" | |||
12 | inherit native | 12 | inherit native |
13 | 13 | ||
14 | do_compile() { | 14 | do_compile() { |
15 | ${CC} tunctl.c -o tunctl | 15 | ${CC} ${CFLAGS} ${LDFLAGS} -Wall tunctl.c -o tunctl |
16 | } | 16 | } |
17 | 17 | ||
18 | do_install() { | 18 | do_install() { |