diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:34:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:34:19 +0000 |
commit | 942dc614706293cdedc7dede7dc09d8fdf9583f2 (patch) | |
tree | 39a8bf3ebede54ce9aea189de4036398199ee6e9 /Makefile.am | |
parent | Adding upstream version 1:6.9. (diff) | |
download | ethtool-942dc614706293cdedc7dede7dc09d8fdf9583f2.tar.xz ethtool-942dc614706293cdedc7dede7dc09d8fdf9583f2.zip |
Adding upstream version 1:6.10.upstream/1%6.10upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b9e06ad..5a61a9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,12 +59,12 @@ endif TESTS = test-cmdline check_PROGRAMS = test-cmdline test_cmdline_SOURCES = test-cmdline.c test-common.c $(ethtool_SOURCES) -test_cmdline_CFLAGS = -DTEST_ETHTOOL +test_cmdline_CFLAGS = -D_POSIX_C_SOURCE=200809L -DTEST_ETHTOOL if !ETHTOOL_ENABLE_NETLINK TESTS += test-features check_PROGRAMS += test-features test_features_SOURCES = test-features.c test-common.c $(ethtool_SOURCES) -test_features_CFLAGS = -DTEST_ETHTOOL +test_features_CFLAGS = -D_POSIX_C_SOURCE=200809L -DTEST_ETHTOOL endif dist-hook: |