Source: fastnetmon Version: 1.2.3-2 Severity: important Usertags: grpc1_51 Tags: ftbfs bookworm sid patch
Hi, I would like to start the gRPC v1.51 transition real soon. Your package fails to build with it. I have a simple patch for you which fixes the problem. Please be prepared to apply it when time comes. Thanks, Laszlo/GCS
diff -Nru fastnetmon-1.2.3/debian/rules fastnetmon-1.2.3/debian/rules --- fastnetmon-1.2.3/debian/rules 2022-11-09 10:44:07.000000000 +0100 +++ fastnetmon-1.2.3/debian/rules 2022-12-05 18:31:22.000000000 +0100 @@ -10,4 +10,4 @@ dh $@ --buildsystem=cmake --sourcedirectory=src override_dh_auto_configure: - dh_auto_configure -- -DENABLE_CUSTOM_BOOST_BUILD=FALSE -DDO_NOT_USE_SYSTEM_LIBRARIES_FOR_BUILD=FALSE $(EXTRA_ARGS) + dh_auto_configure -- -DENABLE_CUSTOM_BOOST_BUILD=FALSE -DDO_NOT_USE_SYSTEM_LIBRARIES_FOR_BUILD=FALSE -DLINK_WITH_ABSL=TRUE $(EXTRA_ARGS)