mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Another pointy-hat problem: PACKAGE_VERSION macro is set in
CFLAGS, it shouldn't be in bsdtar_platform.h. Thanks to: Andrey Chernov for looking over my shoulder so much lately.
This commit is contained in:
parent
fdaba3df74
commit
3387f49acb
2 changed files with 0 additions and 3 deletions
|
|
@ -42,7 +42,6 @@
|
|||
#ifdef __FreeBSD__
|
||||
/* A default configuration for FreeBSD, used if there is no config.h. */
|
||||
#define PACKAGE_NAME "bsdtar"
|
||||
#define PACKAGE_VERSION "1.00"
|
||||
|
||||
#define HAVE_BZLIB_H 1
|
||||
#define HAVE_CHFLAGS 1
|
||||
|
|
|
|||
|
|
@ -34,8 +34,6 @@ AC_CHECK_DECL([D_MD_ORDER],
|
|||
|
||||
# Checks for library functions.
|
||||
AC_FUNC_FNMATCH
|
||||
# Check for FNM_LEADING_DIR fnmatch extension
|
||||
AC_GNU_SOURCE
|
||||
AC_PROG_GCC_TRADITIONAL
|
||||
AC_FUNC_LSTAT
|
||||
AC_HEADER_MAJOR
|
||||
|
|
|
|||
Loading…
Reference in a new issue