From 2ecb5dca813168be13ab88b66a3d65b64e53a157 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 12 Sep 2013 17:16:51 +0000 Subject: [PATCH] Fix dev building again --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 975ab3c6..cdccc481 100755 --- a/configure +++ b/configure @@ -609,6 +609,7 @@ if [ "$DEV" != no -a "$UDEV" != no ]; then LIBUDEV_LIBS=$(pkg-config --libs libudev 2>/dev/null) fi if [ "$DEV" != no -a "$UDEV" != no -a -n "$LIBUDEV_LIBS" ]; then + echo "yes" [ -z "$DEV" ] && DEV=yes echo "DEV_PLUGINS+= udev" >>$CONFIG_MK if [ -n "$LIBUDEV_CFLAGS" ]; then @@ -641,7 +642,7 @@ if [ "$DEV" = yes ]; then echo "SRCS+= dev.c" >>$CONFIG_MK echo "CPPFLAGS+= -DPLUGIN_DEV" >>$CONFIG_MK echo "LDFLAGS+= -Wl,--export-dynamic" >>$CONFIG_MK - echo "MKDIRS+= dev" + echo "MKDIRS+= dev" >>$CONFIG_MK fi if [ -z "$SERVICECMD" ]; then -- 2.47.3