summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-04-14 12:54:16 +0300
committerRoy Marples <roy@marples.name>2019-04-14 12:54:16 +0300
commit56c84b0a0f85f41d5885439546e32b36c301c387 (patch)
treea6b2e62b5de052b18784ae780393c2bb862bd4df /configure
parentf802fb1da2b8ddae6a4754f8e91f944ce24cf0e2 (diff)
downloaddhcpcd-56c84b0a0f85f41d5885439546e32b36c301c387.tar.xz
sun: Fix carrier detection, MTU detection and plumbing
dhcpcd no longer needs ifconfig to do the initial plumbing.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d0a80ba2..570e65f2 100755
--- a/configure
+++ b/configure
@@ -454,7 +454,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