summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-04-16 20:02:36 +0100
committerRoy Marples <roy@marples.name>2019-04-16 20:02:36 +0100
commit2b9bcbcef05fb3e582b14be7a4cc529eeb0330e7 (patch)
treed82cfe0003e99232ee649b9b2cc79d2e110da286 /configure
parent7b1cf4ee1d4108ac9cde991542724904fbc364d1 (diff)
parent3b1abea31389d82aae76561ba049141e6a2a21dc (diff)
downloaddhcpcd-2b9bcbcef05fb3e582b14be7a4cc529eeb0330e7.tar.xz
Merge branch 'master' into rbtree
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index acf671c3..cb57c4be 100755
--- a/configure
+++ b/configure
@@ -455,7 +455,7 @@ sunos*)
echo "CPPFLAGS+= -D_XPG4_2 -D__EXTENSIONS__ -DBSD_COMP" \
>>$CONFIG_MK
echo "DHCPCD_SRCS+= if-sun.c" >>$CONFIG_MK
- echo "LDADD+= -ldlpi" >>$CONFIG_MK
+ echo "LDADD+= -ldlpi -lkstat" >>$CONFIG_MK
;;
*)
echo "DHCPCD_SRCS+= if-bsd.c" >>$CONFIG_MK