NetworkManager/shared/systemd
Thomas Haller 3c581cbb78
build: fix redefinition of VALGRIND define in "nm-sd-adapt-shared.h"
When configuring with sanitizers enabled, ./configure.ac sets
-DVALGRIND=1 in the CFLAGS.

This causes a compilation error later:

  $ /bin/sh ./libtool  --tag=CC   --mode=compile gcc ... -DVALGRIND=1 ... src/dhcp/nm-dhcp-nettools.c
  ...
  In file included from src/dhcp/nm-dhcp-nettools.c:16:
  ./shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h:73: error: "VALGRIND" redefined [-Werror]
   #define VALGRIND 0
2020-05-13 17:21:01 +02:00
..
sd-adapt-shared build: fix redefinition of VALGRIND define in "nm-sd-adapt-shared.h" 2020-05-13 17:21:01 +02:00
src
nm-logging-stub.c
nm-sd-utils-shared.c dhcp: enforce MUD URL to use "https://" scheme 2020-04-24 20:54:13 +02:00
nm-sd-utils-shared.h dhcp: enforce MUD URL to use "https://" scheme 2020-04-24 20:54:13 +02:00