]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile on NetBSD
authorRoy Marples <roy@marples.name>
Sat, 25 Jan 2014 02:50:27 +0000 (02:50 +0000)
committerRoy Marples <roy@marples.name>
Sat, 25 Jan 2014 02:50:27 +0000 (02:50 +0000)
configure

index cfb65ff0e1415ffbdf88979d91e62eb77277e3fd..a7116ac2a23be810d12114d385c10e99db725822 100755 (executable)
--- a/configure
+++ b/configure
@@ -648,7 +648,7 @@ if [ "$MD5" = no ]; then
        echo "MD5_SRC=  md5.c" >>$CONFIG_MK
 else
        echo "MD5_SRC=" >>$CONFIG_MK
-       echo "CPPFLAGS+=        -DHAVE_MD5H" >>$CONFIG_H
+       echo "#define HAVE_MD5H" >>$CONFIG_H
 fi
 
 if [ "$DEV" != no -a "$UDEV" != no ]; then