diff options
| author | Roy Marples <roy@marples.name> | 2019-04-14 12:54:16 +0300 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-04-14 12:54:16 +0300 |
| commit | 56c84b0a0f85f41d5885439546e32b36c301c387 (patch) | |
| tree | a6b2e62b5de052b18784ae780393c2bb862bd4df /configure | |
| parent | f802fb1da2b8ddae6a4754f8e91f944ce24cf0e2 (diff) | |
| download | dhcpcd-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
