opnsense-ports/net/libproxy/files/patch-libproxy_cmake_modules.cmk
Franco Fichtner ac8eb96108 */*: sync with upstream
Taken from: HardenedBSD
2021-03-03 15:21:15 +01:00

12 lines
464 B
Text

--- libproxy/cmake/modules.cmk.orig 2021-02-26 18:24:03 UTC
+++ libproxy/cmake/modules.cmk
@@ -29,7 +29,9 @@ endif()
## Module definition
#
message("MODULES TO BUILD:")
+if(BUILD_CONFIG_PACRUNNER)
px_module(config_pacrunner "${DBUS_FOUND}" 0 ${DBUS_LIBRARIES})
+endif()
px_module(config_envvar "${ENVVAR_FOUND}" 1)
px_module(config_sysconfig "${SYSCONFIG_FOUND}" 1)
px_module(config_gnome "${GNOME2_FOUND}" 0)