diff options
| author | Roy Marples <roy@marples.name> | 2013-09-12 17:16:51 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2013-09-12 17:16:51 +0000 |
| commit | 2ecb5dca813168be13ab88b66a3d65b64e53a157 (patch) | |
| tree | 937f0ae50f423fa786063d2513ada4f0c6f42b15 /configure | |
| parent | 52dc01927b0d04bcde2ea636fe8517d5f593341d (diff) | |
| download | dhcpcd-2ecb5dca813168be13ab88b66a3d65b64e53a157.tar.xz | |
Fix dev building again
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
