Skip to content

Commit

Permalink
Change link order as some Linux linker do not correctly find static s…
Browse files Browse the repository at this point in the history
…ymbols. Fix #505
  • Loading branch information
phaag committed Feb 3, 2024
1 parent 1b6cdd5 commit 56919df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nfdump/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ ifvrf = ifvrf.c

nfdump_SOURCES = nfdump.c spin_lock.h \
$(exporter) $(nbar) $(ifvrf) $(nfstat) $(nflowcache) $(nfprof) $(sort)
nfdump_LDADD = ../lib/libnfdump.la ../output/liboutput.a ../maxmind/libmaxmind.a
nfdump_LDADD = ../output/liboutput.a ../lib/libnfdump.la ../maxmind/libmaxmind.a

CLEANFILES = *.gch

0 comments on commit 56919df

Please sign in to comment.