Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.1 + master patches: build fails #53

Closed
kloczek opened this issue Jul 4, 2020 · 13 comments
Closed

1.0.1 + master patches: build fails #53

kloczek opened this issue Jul 4, 2020 · 13 comments

Comments

@kloczek
Copy link

kloczek commented Jul 4, 2020

[tkloczko@barrel openlldp-1.0.1]$ make
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Werror -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_evb_cmds.o lldp_evb_cmds.c
lldp_evb_cmds.c: In function ‘get_arg_tlvtxenable’:
lldp_evb_cmds.c:188:39: error: implicit conversion from ‘enum <anonymous>’ to ‘cmd_status’ [-Werror=enum-conversion]
  188 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_gettlv);
      |                                       ^~~~~~~~~~
lldp_evb_cmds.c: In function ‘_set_arg_tlvtxenable’:
lldp_evb_cmds.c:217:39: error: implicit conversion from ‘enum <anonymous>’ to ‘cmd_status’ [-Werror=enum-conversion]
  217 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_settlv);
      |                                       ^~~~~~~~~~
lldp_evb_cmds.c: In function ‘get_arg_fmode’:
lldp_evb_cmds.c:283:39: error: implicit conversion from ‘enum <anonymous>’ to ‘cmd_status’ [-Werror=enum-conversion]
  283 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_gettlv);
      |                                       ^~~~~~~~~~
lldp_evb_cmds.c: In function ‘_set_arg_fmode’:
lldp_evb_cmds.c:306:39: error: implicit conversion from ‘enum <anonymous>’ to ‘cmd_status’ [-Werror=enum-conversion]
  306 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_settlv);
      |                                       ^~~~~~~~~~
lldp_evb_cmds.c: In function ‘get_arg_capabilities’:
lldp_evb_cmds.c:365:39: error: implicit conversion from ‘enum <anonymous>’ to ‘cmd_status’ [-Werror=enum-conversion]
  365 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_gettlv);
      |                                       ^~~~~~~~~~
lldp_evb_cmds.c: In function ‘_set_arg_capabilities’:
lldp_evb_cmds.c:431:39: error: implicit conversion from ‘enum <anonymous>’ to ‘cmd_status’ [-Werror=enum-conversion]
  431 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_settlv);
      |                                       ^~~~~~~~~~
lldp_evb_cmds.c: In function ‘get_arg_rte’:
lldp_evb_cmds.c:482:39: error: implicit conversion from ‘enum <anonymous>’ to ‘cmd_status’ [-Werror=enum-conversion]
  482 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_gettlv);
      |                                       ^~~~~~~~~~
lldp_evb_cmds.c: In function ‘_set_arg_rte’:
lldp_evb_cmds.c:503:39: error: implicit conversion from ‘enum <anonymous>’ to ‘cmd_status’ [-Werror=enum-conversion]
  503 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_settlv);
      |                                       ^~~~~~~~~~
lldp_evb_cmds.c: In function ‘get_arg_vsis’:
lldp_evb_cmds.c:553:39: error: implicit conversion from ‘enum <anonymous>’ to ‘cmd_status’ [-Werror=enum-conversion]
  553 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_gettlv);
      |                                       ^~~~~~~~~~
lldp_evb_cmds.c: In function ‘_set_arg_vsis’:
lldp_evb_cmds.c:572:39: error: implicit conversion from ‘enum <anonymous>’ to ‘cmd_status’ [-Werror=enum-conversion]
  572 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_settlv);
      |                                       ^~~~~~~~~~
cc1: all warnings being treated as errors
make: *** [Makefile:1156: lldp_evb_cmds.o] Error 1
@kloczek
Copy link
Author

kloczek commented Jul 4, 2020

After remove hardcoded -Werror (which hardcoding is very bad habbit because it is possible to pass it CFLAGS=-Werror ./configigure on demand) I found more issues.
Looks like oplenlldp is not LTO ready as well.

+ /usr/bin/make -O -j48 V=1 VERBOSE=1
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o log.o log.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o list.o list.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o dcb_rule_chk.o dcb_rule_chk.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldpad_shm.o lldpad_shm.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_8023_cmds.o lldp_8023_cmds.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o qbg_utils.o qbg_utils.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_tlv.o lldp_tlv.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o eloop.o eloop.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldpad.o lldpad.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o event_iface.o event_iface.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_rtnl.o lldp_rtnl.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o config.o config.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o weak_readline.o weak_readline.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_basman_cmds.o lldp_basman_cmds.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o ctrl_iface.o ctrl_iface.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_med_cmds.o lldp_med_cmds.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_dcbx_nl.o lldp_dcbx_nl.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_evb_cmds.o lldp_evb_cmds.c
lldp_evb_cmds.c: In function 'get_arg_tlvtxenable':
lldp_evb_cmds.c:188:39: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  188 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_gettlv);
      |                                       ^~~~~~~~~~
lldp_evb_cmds.c: In function '_set_arg_tlvtxenable':
lldp_evb_cmds.c:217:39: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  217 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_settlv);
      |                                       ^~~~~~~~~~
lldp_evb_cmds.c: In function 'get_arg_fmode':
lldp_evb_cmds.c:283:39: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  283 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_gettlv);
      |                                       ^~~~~~~~~~
lldp_evb_cmds.c: In function '_set_arg_fmode':
lldp_evb_cmds.c:306:39: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  306 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_settlv);
      |                                       ^~~~~~~~~~
lldp_evb_cmds.c: In function 'get_arg_capabilities':
lldp_evb_cmds.c:365:39: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  365 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_gettlv);
      |                                       ^~~~~~~~~~
lldp_evb_cmds.c: In function '_set_arg_capabilities':
lldp_evb_cmds.c:431:39: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  431 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_settlv);
      |                                       ^~~~~~~~~~
lldp_evb_cmds.c: In function 'get_arg_rte':
lldp_evb_cmds.c:482:39: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  482 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_gettlv);
      |                                       ^~~~~~~~~~
lldp_evb_cmds.c: In function '_set_arg_rte':
lldp_evb_cmds.c:503:39: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  503 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_settlv);
      |                                       ^~~~~~~~~~
lldp_evb_cmds.c: In function 'get_arg_vsis':
lldp_evb_cmds.c:553:39: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  553 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_gettlv);
      |                                       ^~~~~~~~~~
lldp_evb_cmds.c: In function '_set_arg_vsis':
lldp_evb_cmds.c:572:39: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  572 |  cmd_status good_cmd = evb_cmdok(cmd, cmd_settlv);
      |                                       ^~~~~~~~~~
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_evb.o lldp_evb.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_basman.o lldp_basman.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_8023.o lldp_8023.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_cisco_clif.o lldp_cisco_clif.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_evb22.o lldp_evb22.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o dcbtool.o dcbtool.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o dcbtool_cmds.o dcbtool_cmds.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_med_clif.o lldp_med_clif.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_basman_clif.o lldp_basman_clif.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_mand_cmds.o lldp_mand_cmds.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_dcbx_cmds.o lldp_dcbx_cmds.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldptool_cmds.o lldptool_cmds.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_orgspec_clif.o lldp_orgspec_clif.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_mand_clif.o lldp_mand_clif.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_evb_clif.o lldp_evb_clif.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_mand.o lldp_mand.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o tlv_dcbx.o tlv_dcbx.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_8023_clif.o lldp_8023_clif.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o qbg/vdp_clif.o qbg/vdp_clif.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_med.o lldp_med.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_evb22_cmds.o lldp_evb22_cmds.c
lldp_evb22_cmds.c: In function 'get_arg_evbmode':
lldp_evb22_cmds.c:247:41: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  247 |  cmd_status good_cmd = evb22_cmdok(cmd, cmd_gettlv);
      |                                         ^~~~~~~~~~
lldp_evb22_cmds.c: In function 'set2_arg_evbmode':
lldp_evb22_cmds.c:268:41: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  268 |  cmd_status good_cmd = evb22_cmdok(cmd, cmd_settlv);
      |                                         ^~~~~~~~~~
lldp_evb22_cmds.c: In function 'scan_bool':
lldp_evb22_cmds.c:372:41: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  372 |  cmd_status good_cmd = evb22_cmdok(cmd, cmd_settlv);
      |                                         ^~~~~~~~~~
lldp_evb22_cmds.c: In function 'show_bool':
lldp_evb22_cmds.c:407:41: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  407 |  cmd_status good_cmd = evb22_cmdok(cmd, cmd_gettlv);
      |                                         ^~~~~~~~~~
lldp_evb22_cmds.c: In function 'scan_31bit':
lldp_evb22_cmds.c:560:41: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  560 |  cmd_status good_cmd = evb22_cmdok(cmd, cmd_settlv);
      |                                         ^~~~~~~~~~
lldp_evb22_cmds.c: In function 'show_31bit':
lldp_evb22_cmds.c:592:41: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  592 |  cmd_status good_cmd = evb22_cmdok(cmd, cmd_gettlv);
      |                                         ^~~~~~~~~~
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_8021qaz_clif.o lldp_8021qaz_clif.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_dcbx_clif.o lldp_dcbx_clif.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_dcbx_cfg.o lldp_dcbx_cfg.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_dcbx.o lldp_dcbx.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldptool.o lldptool.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_evb22_clif.o lldp_evb22_clif.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o qbg/vdp22_clif.o qbg/vdp22_clif.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o vdptool_cisco_oui.o vdptool_cisco_oui.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp/agent.o lldp/agent.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp/ports.o lldp/ports.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_8021qaz_cmds.o lldp_8021qaz_cmds.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_util.o lldp_util.c
/bin/sh ./ylwrap parse_cli.l lex.yy.c parse_cli.c -- flex
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp/l2_packet_linux.o lldp/l2_packet_linux.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp/rx.o lldp/rx.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp/tx.o lldp/tx.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o qbg/vdp22br.o qbg/vdp22br.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o lldp_8021qaz.o lldp_8021qaz.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o qbg/vdp22_oui.o qbg/vdp22_oui.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o qbg/vdp22cisco_oui.o qbg/vdp22cisco_oui.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o vdptool.o vdptool.c
vdptool.c: In function 'print_status':
vdptool.c:144:26: warning: implicit conversion from 'cmd_status' to 'enum vdp22_cmd_status' [-Wenum-conversion]
  144 |   str = print_vdp_status(status);
      |                          ^~~~~~
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o qbg/ecp.o qbg/ecp.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o dcb_protocol.o dcb_protocol.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o qbg/vdpnl.o qbg/vdpnl.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o qbg/vdp_ascii.o qbg/vdp_ascii.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o qbg/vdp22_cmds.o qbg/vdp22_cmds.c
qbg/vdp22_cmds.c: In function 'set_arg_vsi3':
qbg/vdp22_cmds.c:362:41: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  362 |  cmd_status good_cmd = vdp22_cmdok(cmd, cmd_settlv);
      |                                         ^~~~~~~~~~
qbg/vdp22_cmds.c: In function 'get_arg_vsi':
qbg/vdp22_cmds.c:561:41: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  561 |  cmd_status good_cmd = vdp22_cmdok(cmd, cmd_gettlv);
      |                                         ^~~~~~~~~~
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o qbg/vdp_cmds.o qbg/vdp_cmds.c
qbg/vdp_cmds.c: In function 'get_arg_tlvtxenable':
qbg/vdp_cmds.c:110:39: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  110 |  cmd_status good_cmd = vdp_cmdok(cmd, cmd_gettlv);
      |                                       ^~~~~~~~~~
qbg/vdp_cmds.c: In function '_set_arg_tlvtxenable':
qbg/vdp_cmds.c:138:39: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  138 |  cmd_status good_cmd = vdp_cmdok(cmd, cmd_settlv);
      |                                       ^~~~~~~~~~
qbg/vdp_cmds.c: In function '_set_arg_mode':
qbg/vdp_cmds.c:328:39: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  328 |  cmd_status good_cmd = vdp_cmdok(cmd, cmd_settlv);
      |                                       ^~~~~~~~~~
qbg/vdp_cmds.c: In function 'get_arg_role':
qbg/vdp_cmds.c:379:39: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  379 |  cmd_status good_cmd = vdp_cmdok(cmd, cmd_gettlv);
      |                                       ^~~~~~~~~~
qbg/vdp_cmds.c: In function '_set_arg_role':
qbg/vdp_cmds.c:400:39: warning: implicit conversion from 'enum <anonymous>' to 'cmd_status' [-Wenum-conversion]
  400 |  cmd_status good_cmd = vdp_cmdok(cmd, cmd_settlv);
      |                                       ^~~~~~~~~~
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o qbg/ecp22.o qbg/ecp22.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o qbg/vdp.o qbg/vdp.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o qbg/vdp22.o qbg/vdp22.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o qbg/vdp22sm.o qbg/vdp22sm.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -U_FORTIFY_SOURCE -Wno-error -c -o parse_cli.o parse_cli.c
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c -o clif.lo clif.c
libtool: compile:  gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" -DPACKAGE_VERSION=\"1.0.1\" "-DPACKAGE_STRING=\"lldpad 1.0.1\"" -DPACKAGE_BUGREPORT=\"lldp-devel@open-lldp.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I./include -DSYSCONFDIR=\"/etc\" -D_FORTIFY_SOURCE=2 -Wall -Wextra -Wformat=2 -I/usr/include/libnl3 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -c clif.c  -fPIC -DPIC -o .libs/clif.o
/bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -version-info 1:0:0 -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -o liblldp_clif.la -rpath /usr/lib64 clif.lo
libtool: link: gcc -shared  -fPIC -DPIC  .libs/clif.o   -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -flto=auto -flto-partition=none -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin    -Wl,-soname -Wl,liblldp_clif.so.1 -o .libs/liblldp_clif.so.1.0.0
libtool: link: (cd ".libs" && rm -f "liblldp_clif.so.1" && ln -s "liblldp_clif.so.1.0.0" "liblldp_clif.so.1")
libtool: link: (cd ".libs" && rm -f "liblldp_clif.so" && ln -s "liblldp_clif.so.1.0.0" "liblldp_clif.so")
libtool: link: ( cd ".libs" && rm -f "liblldp_clif.la" && ln -s "../liblldp_clif.la" "liblldp_clif.la" )
/bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -llldp_clif -lnl-3  -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -o vdptool vdptool.o lldp_util.o qbg/vdp22_clif.o vdptool_cisco_oui.o liblldp_clif.la
libtool: link: gcc -Wall -Wextra -Wformat=2 -I/usr/include/libnl3 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -o .libs/vdptool vdptool.o lldp_util.o qbg/vdp22_clif.o vdptool_cisco_oui.o  /home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/.libs/liblldp_clif.so -lnl-3 ./.libs/liblldp_clif.so
/usr/bin/ld: qbg/vdp22_clif.o (symbol from plugin): in function `vdp22_cli_register':
(.text+0x0): multiple definition of `lldp_head'; vdptool.o (symbol from plugin):(.text+0x0): first defined here
vdptool.c:72:1: warning: type of 'cisco_oui_encode_hndlr' does not match original declaration [-Wlto-type-mismatch]
   72 | EXTERN_OUI_FN(cisco);
      | ^
vdptool_cisco_oui.c:31:6: note: type mismatch in parameter 3
   31 | bool cisco_oui_encode_hndlr(char *dst, char *src, int len)
      |      ^
vdptool_cisco_oui.c:31:6: note: type 'int' should match type 'size_t'
vdptool_cisco_oui.c:31:6: note: 'cisco_oui_encode_hndlr' was previously declared here
vdptool_cisco_oui.c:31:6: note: code may be misoptimized unless '-fno-strict-aliasing' is used
collect2: error: ld returned 1 exit status
make: *** [Makefile:1057: vdptool] Error 1
make: *** Waiting for unfinished jobs....
/bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -ldl -llldp_clif -lnl-3  -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -o dcbtool dcbtool.o dcbtool_cmds.o parse_cli.o weak_readline.o lldp_rtnl.o lldp_util.o   liblldp_clif.la
libtool: link: gcc -Wall -Wextra -Wformat=2 -I/usr/include/libnl3 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -o .libs/dcbtool dcbtool.o dcbtool_cmds.o parse_cli.o weak_readline.o lldp_rtnl.o lldp_util.o  -ldl /home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/.libs/liblldp_clif.so -lnl-3 ./.libs/liblldp_clif.so
/bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -ldl -llldp_clif -lnl-3  -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -o lldptool lldptool.o lldptool_cmds.o lldp_rtnl.o lldp_mand_clif.o lldp_basman_clif.o lldp_med_clif.o lldp_8023_clif.o lldp_dcbx_clif.o lldp_util.o lldp_8021qaz_clif.o lldp_evb_clif.o qbg/vdp_clif.o lldp_orgspec_clif.o lldp_cisco_clif.o lldp_evb22_clif.o weak_readline.o   liblldp_clif.la
libtool: link: gcc -Wall -Wextra -Wformat=2 -I/usr/include/libnl3 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -o .libs/lldptool lldptool.o lldptool_cmds.o lldp_rtnl.o lldp_mand_clif.o lldp_basman_clif.o lldp_med_clif.o lldp_8023_clif.o lldp_dcbx_clif.o lldp_util.o lldp_8021qaz_clif.o lldp_evb_clif.o qbg/vdp_clif.o lldp_orgspec_clif.o lldp_cisco_clif.o lldp_evb22_clif.o weak_readline.o  -ldl /home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/.libs/liblldp_clif.so -lnl-3 ./.libs/liblldp_clif.so
/usr/bin/ld: lldptool_cmds.o (symbol from plugin): in function `lldp_head':
(.text+0x0): multiple definition of `lldp_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldptool_cmds.o (symbol from plugin): in function `lldp_head':
(.text+0x0): multiple definition of `lldp_cli_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_mand_clif.o (symbol from plugin): in function `mand_print_tlv':
(.text+0x0): multiple definition of `lldp_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_basman_clif.o (symbol from plugin): in function `basman_print_tlv':
(.text+0x0): multiple definition of `lldp_cli_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_basman_clif.o (symbol from plugin): in function `basman_print_tlv':
(.text+0x0): multiple definition of `lldp_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_med_clif.o (symbol from plugin): in function `med_print_hex_tlv':
(.text+0x0): multiple definition of `lldp_cli_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_med_clif.o (symbol from plugin): in function `med_print_hex_tlv':
(.text+0x0): multiple definition of `lldp_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_8023_clif.o (symbol from plugin): in function `ieee8023_print_tlv':
(.text+0x0): multiple definition of `lldp_cli_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_8023_clif.o (symbol from plugin): in function `ieee8023_print_tlv':
(.text+0x0): multiple definition of `lldp_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_dcbx_clif.o (symbol from plugin): in function `dcbx_print_tlv':
(.text+0x0): multiple definition of `lldp_cli_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_dcbx_clif.o (symbol from plugin): in function `dcbx_print_tlv':
(.text+0x0): multiple definition of `lldp_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_8021qaz_clif.o (symbol from plugin): in function `ieee8021qaz_print_tlv':
(.text+0x0): multiple definition of `lldp_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_evb_clif.o (symbol from plugin): in function `evb_cli_register':
(.text+0x0): multiple definition of `lldp_cli_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_evb_clif.o (symbol from plugin): in function `evb_cli_register':
(.text+0x0): multiple definition of `lldp_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: qbg/vdp_clif.o (symbol from plugin): in function `vdp_cli_register':
(.text+0x0): multiple definition of `lldp_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_orgspec_clif.o (symbol from plugin): in function `orgspec_print_tlv':
(.text+0x0): multiple definition of `lldp_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_cisco_clif.o (symbol from plugin): in function `cisco_print_tlv':
(.text+0x0): multiple definition of `lldp_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_evb22_clif.o (symbol from plugin): in function `evb22_cli_register':
(.text+0x0): multiple definition of `lldp_cli_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_evb22_clif.o (symbol from plugin): in function `evb22_cli_register':
(.text+0x0): multiple definition of `lldp_head'; lldptool.o (symbol from plugin):(.text+0x0): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:1033: lldptool] Error 1
/bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -lconfig  -lnl-3  -lrt -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -o lldpad lldpad.o config.o lldp_dcbx_nl.o ctrl_iface.o event_iface.o eloop.o lldp_dcbx_cmds.o log.o lldpad_shm.o dcb_protocol.o dcb_rule_chk.o list.o lldp_rtnl.o   lldp/ports.o lldp/agent.o lldp/l2_packet_linux.o lldp/tx.o lldp/rx.o lldp_dcbx.o tlv_dcbx.o lldp_dcbx_cfg.o lldp_util.o lldp_mand.o lldp_mand_cmds.o lldp_basman_cmds.o lldp_8023_cmds.o lldp_med_cmds.o lldp_evb_cmds.o lldp_evb.o qbg/vdp_cmds.o qbg/ecp.o qbg_utils.o qbg/vdp.o lldp_tlv.o lldp_basman.o lldp_med.o lldp_8023.o lldp_8021qaz.o lldp_8021qaz_cmds.o lldp_evb22.o lldp_evb22_cmds.o qbg/ecp22.o qbg/vdp22.o qbg/vdpnl.o qbg/vdp22sm.o qbg/vdp22br.o qbg/vdp22_cmds.o qbg/vdp_ascii.o qbg/vdp22_oui.o qbg/vdp22cisco_oui.o
libtool: link: gcc -Wall -Wextra -Wformat=2 -I/usr/include/libnl3 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -o lldpad lldpad.o config.o lldp_dcbx_nl.o ctrl_iface.o event_iface.o eloop.o lldp_dcbx_cmds.o log.o lldpad_shm.o dcb_protocol.o dcb_rule_chk.o list.o lldp_rtnl.o lldp/ports.o lldp/agent.o lldp/l2_packet_linux.o lldp/tx.o lldp/rx.o lldp_dcbx.o tlv_dcbx.o lldp_dcbx_cfg.o lldp_util.o lldp_mand.o lldp_mand_cmds.o lldp_basman_cmds.o lldp_8023_cmds.o lldp_med_cmds.o lldp_evb_cmds.o lldp_evb.o qbg/vdp_cmds.o qbg/ecp.o qbg_utils.o qbg/vdp.o lldp_tlv.o lldp_basman.o lldp_med.o lldp_8023.o lldp_8021qaz.o lldp_8021qaz_cmds.o lldp_evb22.o lldp_evb22_cmds.o qbg/ecp22.o qbg/vdp22.o qbg/vdpnl.o qbg/vdp22sm.o qbg/vdp22br.o qbg/vdp22_cmds.o qbg/vdp_ascii.o qbg/vdp22_oui.o qbg/vdp22cisco_oui.o  -lconfig -lnl-3 -lrt
/usr/bin/ld: config.o (symbol from plugin): in function `scan_port':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: config.o (symbol from plugin): in function `scan_port':
(.text+0x0): multiple definition of `STRUCT_PACKED'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: ctrl_iface.o (symbol from plugin): in function `clif_iface_cmd_unknown':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: event_iface.o (symbol from plugin): in function `oper_add_device':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: event_iface.o (symbol from plugin): in function `oper_add_device':
(.text+0x0): multiple definition of `STRUCT_PACKED'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp/ports.o (symbol from plugin): in function `porthead':
(.text+0x0): multiple definition of `STRUCT_PACKED'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp/agent.o (symbol from plugin): in function `lldp_head':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp/agent.o (symbol from plugin): in function `lldp_head':
(.text+0x0): multiple definition of `STRUCT_PACKED'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp/l2_packet_linux.o (symbol from plugin): in function `l2_packet_get_own_src_addr':
(.text+0x0): multiple definition of `STRUCT_PACKED'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp/tx.o (symbol from plugin): in function `mibConstrInfoLLDPDU':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp/tx.o (symbol from plugin): in function `mibConstrInfoLLDPDU':
(.text+0x0): multiple definition of `STRUCT_PACKED'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp/rx.o (symbol from plugin): in function `mibDeleteObjects':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp/rx.o (symbol from plugin): in function `mibDeleteObjects':
(.text+0x0): multiple definition of `STRUCT_PACKED'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_dcbx.o (symbol from plugin): in function `dcbx_register':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_mand.o (symbol from plugin): in function `mand_register':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_mand.o (symbol from plugin): in function `mand_register':
(.text+0x0): multiple definition of `STRUCT_PACKED'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_mand_cmds.o (symbol from plugin): in function `lldp_head':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_basman_cmds.o (symbol from plugin): in function `basman_get_arg_handlers':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_8023_cmds.o (symbol from plugin): in function `ieee8023_get_arg_handlers':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_med_cmds.o (symbol from plugin): in function `med_get_arg_handlers':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_evb_cmds.o (symbol from plugin): in function `evb_conf_fmode':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_evb.o (symbol from plugin): in function `evb_unregister':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: qbg/vdp_cmds.o (symbol from plugin): in function `vdp_get_arg_handlers':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: qbg/ecp.o (symbol from plugin): in function `ecp_deinit':
(.text+0x0): multiple definition of `STRUCT_PACKED'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: qbg/ecp.o (symbol from plugin): in function `ecp_deinit':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: qbg_utils.o (symbol from plugin): in function `hexdump_frame':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: qbg/vdp.o (symbol from plugin): in function `vdp_ack_timeout_handler':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_tlv.o (symbol from plugin): in function `somethingChangedLocal':
(.text+0x0): multiple definition of `STRUCT_PACKED'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_basman.o (symbol from plugin): in function `lldp_head':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_med.o (symbol from plugin): in function `lldp_head':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_8023.o (symbol from plugin): in function `lldp_head':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_8021qaz.o (symbol from plugin): in function `ieee8021qaz_register':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_8021qaz.o (symbol from plugin): in function `ieee8021qaz_register':
(.text+0x0): multiple definition of `lldpad_cfg'; config.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_8021qaz.o (symbol from plugin): in function `ieee8021qaz_register':
(.text+0x0): multiple definition of `STRUCT_PACKED'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_8021qaz_cmds.o (symbol from plugin): in function `ieee8021qaz_get_arg_handlers':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_evb22.o (symbol from plugin): in function `evb22_unregister':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_evb22.o (symbol from plugin): in function `evb22_unregister':
(.text+0x0): multiple definition of `ecp22_mode'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: lldp_evb22_cmds.o (symbol from plugin): in function `evb22_conf_rte':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: qbg/ecp22.o (symbol from plugin): in function `lldp_head':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: qbg/ecp22.o (symbol from plugin): in function `lldp_head':
(.text+0x0): multiple definition of `STRUCT_PACKED'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: qbg/ecp22.o (symbol from plugin): in function `lldp_head':
(.text+0x0): multiple definition of `ecp22_mode'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: qbg/vdp22.o (symbol from plugin): in function `vdp22_register':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: qbg/vdpnl.o (symbol from plugin): in function `vsinl_delete_oui':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: qbg/vdp22_cmds.o (symbol from plugin): in function `lldp_head':
(.text+0x0): multiple definition of `lldp_head'; lldpad.o (symbol from plugin):(.text+0x0): first defined here
In function 'strncpy',
    inlined from 'get_bwg_descrpt' at dcb_protocol.c:2264:4,
    inlined from 'get_bwg_desc' at lldp_dcbx_cmds.c:340:11,
    inlined from 'dcbx_clif_cmd' at lldp_dcbx_cmds.c:742:13:
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^
lldp_dcbx_cmds.c: In function 'dcbx_clif_cmd':
dcb_protocol.c:2260:15: note: length computed here
 2260 |   size = (int)strlen(it->second->pgid_desc[bwgid]) +
      |               ^
collect2: error: ld returned 1 exit status
make: *** [Makefile:1027: lldpad] Error 1

@kloczek
Copy link
Author

kloczek commented Jul 4, 2020

And after disable LTO It is yet another batch of issies

/bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -lconfig  -lnl-3  -lrt -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld  -o lldpad lldpad.o config.o lldp_dcbx_nl.o ctrl_iface.o event_iface.o eloop.o lldp_dcbx_cmds.o log.o lldpad_shm.o dcb_protocol.o dcb_rule_chk.o list.o lldp_rtnl.o   lldp/ports.o lldp/agent.o lldp/l2_packet_linux.o lldp/tx.o lldp/rx.o lldp_dcbx.o tlv_dcbx.o lldp_dcbx_cfg.o lldp_util.o lldp_mand.o lldp_mand_cmds.o lldp_basman_cmds.o lldp_8023_cmds.o lldp_med_cmds.o lldp_evb_cmds.o lldp_evb.o qbg/vdp_cmds.o qbg/ecp.o qbg_utils.o qbg/vdp.o lldp_tlv.o lldp_basman.o lldp_med.o lldp_8023.o lldp_8021qaz.o lldp_8021qaz_cmds.o lldp_evb22.o lldp_evb22_cmds.o qbg/ecp22.o qbg/vdp22.o qbg/vdpnl.o qbg/vdp22sm.o qbg/vdp22br.o qbg/vdp22_cmds.o qbg/vdp_ascii.o qbg/vdp22_oui.o qbg/vdp22cisco_oui.o
libtool: link: gcc -Wall -Wextra -Wformat=2 -I/usr/include/libnl3 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o lldpad lldpad.o config.o lldp_dcbx_nl.o ctrl_iface.o event_iface.o eloop.o lldp_dcbx_cmds.o log.o lldpad_shm.o dcb_protocol.o dcb_rule_chk.o list.o lldp_rtnl.o lldp/ports.o lldp/agent.o lldp/l2_packet_linux.o lldp/tx.o lldp/rx.o lldp_dcbx.o tlv_dcbx.o lldp_dcbx_cfg.o lldp_util.o lldp_mand.o lldp_mand_cmds.o lldp_basman_cmds.o lldp_8023_cmds.o lldp_med_cmds.o lldp_evb_cmds.o lldp_evb.o qbg/vdp_cmds.o qbg/ecp.o qbg_utils.o qbg/vdp.o lldp_tlv.o lldp_basman.o lldp_med.o lldp_8023.o lldp_8021qaz.o lldp_8021qaz_cmds.o lldp_evb22.o lldp_evb22_cmds.o qbg/ecp22.o qbg/vdp22.o qbg/vdpnl.o qbg/vdp22sm.o qbg/vdp22br.o qbg/vdp22_cmds.o qbg/vdp_ascii.o qbg/vdp22_oui.o qbg/vdp22cisco_oui.o  -lconfig -lnl-3 -lrt
/usr/bin/ld: config.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: config.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: multiple definition of `STRUCT_PACKED'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: first defined here
/usr/bin/ld: ctrl_iface.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: event_iface.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: event_iface.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: multiple definition of `STRUCT_PACKED'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: first defined here
/usr/bin/ld: lldp/ports.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: multiple definition of `STRUCT_PACKED'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: first defined here
/usr/bin/ld: lldp/agent.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: lldp/agent.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./lldp/l2_packet.h:66: multiple definition of `STRUCT_PACKED'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: first defined here
/usr/bin/ld: lldp/l2_packet_linux.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: multiple definition of `STRUCT_PACKED'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: first defined here
/usr/bin/ld: lldp/tx.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: lldp/tx.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: multiple definition of `STRUCT_PACKED'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: first defined here
/usr/bin/ld: lldp/rx.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: lldp/rx.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: multiple definition of `STRUCT_PACKED'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: first defined here
/usr/bin/ld: lldp_dcbx.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: lldp_mand.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: lldp_mand.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: multiple definition of `STRUCT_PACKED'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: first defined here
/usr/bin/ld: lldp_mand_cmds.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: lldp_basman_cmds.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: lldp_8023_cmds.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: lldp_med_cmds.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: lldp_evb_cmds.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: lldp_evb.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: qbg/vdp_cmds.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: qbg/ecp.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./lldp/l2_packet.h:66: multiple definition of `STRUCT_PACKED'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: first defined here
/usr/bin/ld: qbg/ecp.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: qbg_utils.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: qbg/vdp.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: lldp_tlv.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: multiple definition of `STRUCT_PACKED'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: first defined here
/usr/bin/ld: lldp_basman.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: lldp_med.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: lldp_8023.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: lldp_8021qaz.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: lldp_8021qaz.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp_8021qaz.c:52: multiple definition of `lldpad_cfg'; config.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/config.c:56: first defined here
/usr/bin/ld: lldp_8021qaz.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: multiple definition of `STRUCT_PACKED'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: first defined here
/usr/bin/ld: lldp_8021qaz_cmds.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: lldp_evb22.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: lldp_evb22.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/qbg_ecp22.h:55: multiple definition of `ecp22_mode'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/qbg_ecp22.h:55: first defined here
/usr/bin/ld: lldp_evb22_cmds.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: qbg/ecp22.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: qbg/ecp22.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./lldp/l2_packet.h:66: multiple definition of `STRUCT_PACKED'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp/l2_packet.h:66: first defined here
/usr/bin/ld: qbg/ecp22.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/qbg_ecp22.h:55: multiple definition of `ecp22_mode'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/qbg_ecp22.h:55: first defined here
/usr/bin/ld: qbg/vdp22.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: qbg/vdpnl.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
/usr/bin/ld: qbg/vdp22_cmds.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: multiple definition of `lldp_head'; lldpad.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/./include/lldp_mod.h:99: first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:1027: lldpad] Error 1

@kloczek
Copy link
Author

kloczek commented Jul 4, 2020

After add -fcommon to CFLAGS (openlldp is not gcc 10 ready) I was able to build everything. Test suite is passing correctly however it would be good to fix all those issues because it does not look good.

apconole added a commit to apconole/openlldp that referenced this issue Aug 3, 2020
Multiple modules use implicit conversion between enum types, but
this triggers warnings with some compilers.  ex:

  qbg/vdp_cmds.c:110:39: error: implicit conversion from enumeration type
      'lldp_cmd' to different enumeration type 'cmd_status'
      [-Werror,-Wenum-conversion]
        cmd_status good_cmd = vdp_cmdok(cmd, cmd_gettlv);

Reported-at: intel#53
Signed-off-by: Aaron Conole <aconole@redhat.com>
@ovsrobot
Copy link

ovsrobot commented Aug 3, 2020

See the following branch (well pointed to the final commit):

apconole@61291de

This should resolve build errors under gcc-10 - let me know. I'm going to send a pull request with all of the commits once build is complete.

@apconole apconole mentioned this issue Aug 3, 2020
@kloczek
Copy link
Author

kloczek commented Aug 3, 2020

Yep it works now :)

Thank you.

BTW I think that it is already enough patches commited to make new release.
Just humble question: do you have any plans to make new release soon? 😋

@praeluceo
Copy link

praeluceo commented Aug 3, 2020 via email

@kloczek
Copy link
Author

kloczek commented Aug 3, 2020

Thank you.
Just double checked full build output and with #53 I don't see any other compile or link time warnings.
Good job 😎

@kloczek
Copy link
Author

kloczek commented Aug 3, 2020

Update .. I was wroong about link time issues.
Looks like it is LTO issue.

[tkloczko@barrel openlldp-1.0.1]$ make
/bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wextra -Wformat=2  -I/usr/include/libnl3  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -Os -lconfig  -lnl-3  -lrt -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -o lldpad lldpad.o config.o lldp_dcbx_nl.o ctrl_iface.o event_iface.o eloop.o lldp_dcbx_cmds.o log.o lldpad_shm.o dcb_protocol.o dcb_rule_chk.o list.o lldp_rtnl.o   lldp/ports.o lldp/agent.o lldp/l2_packet_linux.o lldp/tx.o lldp/rx.o lldp_dcbx.o tlv_dcbx.o lldp_dcbx_cfg.o lldp_util.o lldp_mand.o lldp_mand_cmds.o lldp_basman_cmds.o lldp_8023_cmds.o lldp_med_cmds.o lldp_evb_cmds.o lldp_evb.o qbg/vdp_cmds.o qbg/ecp.o qbg_utils.o qbg/vdp.o lldp_tlv.o lldp_basman.o lldp_med.o lldp_8023.o lldp_8021qaz.o lldp_8021qaz_cmds.o lldp_evb22.o lldp_evb22_cmds.o qbg/ecp22.o qbg/vdp22.o qbg/vdpnl.o qbg/vdp22sm.o qbg/vdp22br.o qbg/vdp22_cmds.o qbg/vdp_ascii.o qbg/vdp22_oui.o qbg/vdp22cisco_oui.o
libtool: link: gcc -Wall -Werror -Wextra -Wformat=2 -I/usr/include/libnl3 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -flto=auto -flto-partition=none -Os -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -o lldpad lldpad.o config.o lldp_dcbx_nl.o ctrl_iface.o event_iface.o eloop.o lldp_dcbx_cmds.o log.o lldpad_shm.o dcb_protocol.o dcb_rule_chk.o list.o lldp_rtnl.o lldp/ports.o lldp/agent.o lldp/l2_packet_linux.o lldp/tx.o lldp/rx.o lldp_dcbx.o tlv_dcbx.o lldp_dcbx_cfg.o lldp_util.o lldp_mand.o lldp_mand_cmds.o lldp_basman_cmds.o lldp_8023_cmds.o lldp_med_cmds.o lldp_evb_cmds.o lldp_evb.o qbg/vdp_cmds.o qbg/ecp.o qbg_utils.o qbg/vdp.o lldp_tlv.o lldp_basman.o lldp_med.o lldp_8023.o lldp_8021qaz.o lldp_8021qaz_cmds.o lldp_evb22.o lldp_evb22_cmds.o qbg/ecp22.o qbg/vdp22.o qbg/vdpnl.o qbg/vdp22sm.o qbg/vdp22br.o qbg/vdp22_cmds.o qbg/vdp_ascii.o qbg/vdp22_oui.o qbg/vdp22cisco_oui.o  -lconfig -lnl-3 -lrt
/usr/bin/ld: lldpad.lto.o: in function `run_all_sm.part.0':
/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp_8021qaz.c:1174: undefined reference to `get_prio_map'
/usr/bin/ld: lldpad.lto.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp_8021qaz.c:1180: undefined reference to `get_prio_map'
/usr/bin/ld: lldpad.lto.o: in function `run_all_sm.part.0':
/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp_8021qaz.c:1154: undefined reference to `get_prio_map'
/usr/bin/ld: lldpad.lto.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp_8021qaz.c:1160: undefined reference to `get_prio_map'
/usr/bin/ld: lldpad.lto.o: in function `ieee8021qaz_rchange':
/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp_8021qaz.c:1680: undefined reference to `set_prio_map'
/usr/bin/ld: lldpad.lto.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp_8021qaz.c:1681: undefined reference to `set_prio_map'
/usr/bin/ld: lldpad.lto.o: in function `ieee8021qaz_rchange':
/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp_8021qaz.c:1723: undefined reference to `set_prio_map'
/usr/bin/ld: lldpad.lto.o:/home/tkloczko/rpmbuild/BUILD/openlldp-1.0.1/lldp_8021qaz.c:1724: undefined reference to `set_prio_map'
collect2: error: ld returned 1 exit status
make: *** [Makefile:1027: lldpad] Error 1

@kloczek
Copy link
Author

kloczek commented Aug 3, 2020

Sorry .. I'm a bit messy today.
This is not LTO but -fno-common issue. In other words still it is necessary to pass -fcommon in $CFLAGS to compile openlldp.

@ovsrobot
Copy link

ovsrobot commented Aug 4, 2020 via email

@apconole
Copy link
Contributor

apconole commented Aug 4, 2020

I tested the following:
7ae79b0

by running:

make CFLAGS='-fno-common -O2 -g' LDFLAGS='-flto=auto'

Successfully compiled on my system. Please let me know if it fixes on your system.

@kloczek
Copy link
Author

kloczek commented Aug 4, 2020

Just in case I'm usig gcc 10.2.1 from Fedora rawhide.

@apconole
Copy link
Contributor

Should be fixed, since #55 is merged. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants