slaacd needs libevent on the ramdisk
authorflorian <florian@openbsd.org>
Sat, 8 Jul 2017 15:40:29 +0000 (15:40 +0000)
committerflorian <florian@openbsd.org>
Sat, 8 Jul 2017 15:40:29 +0000 (15:40 +0000)
move forward deraadt@

distrib/arm64/ramdisk/list
distrib/armv7/ramdisk/list
distrib/miniroot/makeconf.awk

index d8b000d..8e2fc20 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: list,v 1.2 2017/02/18 02:01:53 jsg Exp $
+#      $OpenBSD: list,v 1.3 2017/07/08 15:40:29 florian Exp $
 
 SRCDIRS distrib/special
 
@@ -89,7 +89,7 @@ COPY  ${DESTDIR}/etc/firmware/atu-rfmd2958smc-ext etc/firmware/atu-rfmd2958smc-ex
 COPY   ${DESTDIR}/etc/firmware/atu-rfmd2958smc-int etc/firmware/atu-rfmd2958smc-int
 
 # this is the list from distrib/miniroot/makeconf.awk with -lz added.
-LIBS   -lstubs -lutil -lm -lc -ltls -lssl -lcrypto -lz
+LIBS   -lstubs -lutil -lm -lc -ltls -lssl -lcrypto -levent -lz
 
 # copy the MAKEDEV script and make some devices
 SCRIPT ${DESTDIR}/dev/MAKEDEV                  dev/MAKEDEV
index e6638e2..a40302c 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: list,v 1.28 2016/12/31 02:06:35 deraadt Exp $
+#      $OpenBSD: list,v 1.29 2017/07/08 15:40:29 florian Exp $
 
 SRCDIRS distrib/special
 
@@ -90,7 +90,7 @@ COPY  ${DESTDIR}/etc/firmware/atu-rfmd2958smc-ext etc/firmware/atu-rfmd2958smc-ex
 COPY   ${DESTDIR}/etc/firmware/atu-rfmd2958smc-int etc/firmware/atu-rfmd2958smc-int
 
 # this is the list from distrib/miniroot/makeconf.awk with -lz added.
-LIBS   -lstubs -lutil -lm -lc -ltls -lssl -lcrypto -lz
+LIBS   -lstubs -lutil -lm -lc -ltls -lssl -lcrypto -levent -lz
 
 # copy the MAKEDEV script and make some devices
 SCRIPT ${DESTDIR}/dev/MAKEDEV                  dev/MAKEDEV
index b5e7fed..24252b5 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: makeconf.awk,v 1.24 2017/03/11 04:09:32 deraadt Exp $
+#      $OpenBSD: makeconf.awk,v 1.25 2017/07/08 15:40:29 florian Exp $
 
 #
 # generate crunchgen(1) configuration file from `list' spec.
@@ -6,7 +6,7 @@
 
 BEGIN {
        printf("#\n# This file is automatically generated by `makeconf'\n#\n\n");
-       libs = "libs -lstubs -lutil -lm -ltls -lssl -lcrypto -lc";
+       libs = "libs -lstubs -lutil -lm -ltls -lssl -lcrypto -levent -lc";
 }
 
 $1 == "LIBS" {