diff --git a/debian-12-iwd/suite/bookworm/debian/changelog b/debian-12-iwd/suite/bookworm/debian/changelog
index be5f69e79510f432c44b78e43fb0b4891a379838..cd26f2c9c31159ed4cdf2813d0e50bd69a9d8425 100644
--- a/debian-12-iwd/suite/bookworm/debian/changelog
+++ b/debian-12-iwd/suite/bookworm/debian/changelog
@@ -1,3 +1,9 @@
+iwd (2.18-1bbbio5~bookworm+20240622) bookworm; urgency=low
+
+  * Rebuild iwd_2.18-1 for repos.rcn-ee.com
+
+ -- Robert Nelson <robertcnelson@gmail.com>  Sat, 22 Jun 2024 14:22:24 -0500
+
 iwd (2.18-1bbbio4~bookworm+20240622) bookworm; urgency=low
 
   * Rebuild iwd_2.18-1 for repos.rcn-ee.com
diff --git a/debian-12-iwd/suite/noble/debian/changelog b/debian-12-iwd/suite/noble/debian/changelog
index 979df1d98eb764337a490e0778f8696707aba443..b8b50bc0913d028a89c8fecc1dab5afebae2ff48 100644
--- a/debian-12-iwd/suite/noble/debian/changelog
+++ b/debian-12-iwd/suite/noble/debian/changelog
@@ -1,3 +1,9 @@
+iwd (2.18-1bbbio5~noble+20240622) noble; urgency=low
+
+  * Rebuild iwd_2.18-1 for repos.rcn-ee.com
+
+ -- Robert Nelson <robertcnelson@gmail.com>  Sat, 22 Jun 2024 14:22:24 -0500
+
 iwd (2.18-1bbbio4~noble+20240622) noble; urgency=low
 
   * Rebuild iwd_2.18-1 for repos.rcn-ee.com
diff --git a/debian-12-iwd/suite/noble/debian/rules b/debian-12-iwd/suite/noble/debian/rules
index 7b1ad24d92b288d41c0fb252c2fdde5a1452738e..340f169256ff2affabbeea00c516238fa8179374 100755
--- a/debian-12-iwd/suite/noble/debian/rules
+++ b/debian-12-iwd/suite/noble/debian/rules
@@ -2,7 +2,7 @@
 
 DEB_BUILD_OPTIONS=noautodbgsym
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=-lto
 
 # skip tests failing on official build daemons:
 #  * test-wsc: unit/test-wsc.c:435: wsc_test_uuid_from_addr: Assertion `wsc_uuid_from_addr(test->addr, uuid)' failed.
@@ -14,7 +14,7 @@ TESTS = $(basename $(wildcard unit/*.c))
 TESTS_FLAKY = unit/test-wsc unit/test-eap-sim unit/test-dpp
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-external-ell
+	dh_auto_configure -- --enable-external-ell --enable-wired
 
 override_dh_auto_test:
 	make -j2 check VERBOSE=1 TESTS='$(filter-out $(TESTS_FLAKY),$(TESTS))'
diff --git a/debian-12-iwd/suite/trixie/debian/changelog b/debian-12-iwd/suite/trixie/debian/changelog
index 2591a9dc9a32bd678c9a7a80c9930ab02abc546e..2d71383008276ae3fd3637e45e0b9d3a9131dc94 100644
--- a/debian-12-iwd/suite/trixie/debian/changelog
+++ b/debian-12-iwd/suite/trixie/debian/changelog
@@ -1,3 +1,9 @@
+iwd (2.18-1bbbio5~trixie+20240622) trixie; urgency=low
+
+  * Rebuild iwd_2.18-1 for repos.rcn-ee.com
+
+ -- Robert Nelson <robertcnelson@gmail.com>  Sat, 22 Jun 2024 14:22:24 -0500
+
 iwd (2.18-1bbbio4~trixie+20240622) trixie; urgency=low
 
   * Rebuild iwd_2.18-1 for repos.rcn-ee.com
diff --git a/debian-12-iwd/version.sh b/debian-12-iwd/version.sh
index 3ec8affe70c48abf6bfccefdca2b94b60c532c85..68a88df530e55a5ad33a6f0861baafc14916072c 100644
--- a/debian-12-iwd/version.sh
+++ b/debian-12-iwd/version.sh
@@ -18,7 +18,7 @@ dl_path="pool/main/${reprepro_dir}/"
 debian_version="${package_version}-1"
 debian_untar="${package_name}_${debian_version}.debian.tar.xz"
 debian_patch=""
-local_patch="bbbio4"
+local_patch="bbbio5"
 
 bookworm_version="~bookworm+20240622"
 trixie_version="~trixie+20240622"