package/vde2: remove trailing \ from last item of _VDE2_CONF_OPTS
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Sat, 16 Jul 2016 09:42:32 +0000 (11:42 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 16 Jul 2016 09:53:32 +0000 (11:53 +0200)
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/vde2/vde2.mk

index d9b11bba5b449d43d8c544becbd3a2deebb690d6..558d0f31fd731971c711c0eef588c368e78dcd12 100644 (file)
@@ -32,7 +32,7 @@ VDE2_CONF_OPTS = \
        --disable-python        \
        --disable-profile       \
        --disable-kernel-switch \
-       --enable-tuntap         \
+       --enable-tuntap
 
 # Package does not build in parallel due to improper make rules
 VDE2_MAKE = $(MAKE1)
@@ -44,7 +44,7 @@ HOST_VDE2_CONF_OPTS = \
        --disable-python        \
        --disable-profile       \
        --disable-kernel-switch \
-       --enable-tuntap         \
+       --enable-tuntap
 
 HOST_VDE2_MAKE = $(MAKE1)