Commit Graph

9 Commits

Author SHA1 Message Date
Andre Heider e7d9c86503 treewide: refactor to use PKG_BUILD_FLAGS:=lto
See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS"
on the main repository.

Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This
fixes it and properly enables LTO.

Signed-off-by: Andre Heider <a.heider@gmail.com>
2023-04-08 08:38:54 +02:00
W. Michael Petullo 62359925e4 nfdump: update to 1.6.25
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2022-12-22 16:25:16 -08:00
Michael Pratt af92cf8f2f nfdump: add flex to dependencies
This package uses the macro
AC_PROG_LEX(yywrap)
which in new versions of GNU Autoconf
specifically looks for the yywrap function in the libraries,
and considers lex/flex not present if the function is not found.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
2022-09-09 15:20:58 -07:00
W. Michael Petullo d3b96a4b26 nfdump: update to 1.6.24
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2022-05-11 17:47:26 -04:00
W. Michael Petullo a64e94bd46 nfdump: update to 1.6.23
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-10 11:54:30 -05:00
W. Michael Petullo 4faf40c8f9 nfdump: update to 1.6.22
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-11-22 18:47:49 -06:00
W. Michael Petullo 3ab163df36 nfdump: update to 1.6.21
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-11-19 13:38:31 -06:00
Rosen Penev 69c5459599
nfdump: fix compilation with musl-fts
This either uses it, or falls back on its own implementation.

Removed nls.mk. It's not needed/used.

Added size reduction FLAGS.

Cleaned up for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-15 21:40:04 -08:00
W. Michael Petullo 6cf3da648b nfdump: add new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-02-12 22:12:33 -05:00