From: Roy Marples Date: Thu, 12 Sep 2013 17:16:51 +0000 (+0000) Subject: Fix dev building again X-Git-Tag: v6.1.0~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ecb5dca813168be13ab88b66a3d65b64e53a157;p=thirdparty%2Fdhcpcd.git Fix dev building again --- 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