]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Need to include crypt for MD5 on Linux.
authorRoy Marples <roy@marples.name>
Mon, 19 Sep 2016 19:03:25 +0000 (19:03 +0000)
committerRoy Marples <roy@marples.name>
Mon, 19 Sep 2016 19:03:25 +0000 (19:03 +0000)
Makefile

index 1fd6808ce76725b2795e089e3ce0e48c26c8c22c..056b30f778d11f596d93210daa71e4673bf70149 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ include ${TOP}/iconfig.mk
 
 CSTD?=         c99
 CFLAGS+=       -std=${CSTD}
+CPPFLAGS+=     -I./crypt
 
 SRCS+=         ${DHCPCD_SRCS}
 DHCPCD_DEFS?=  dhcpcd-definitions.conf