Skip to content

Commit

Permalink
[Makefile] Reorder libsaimetadata and libswsscommon (#1689)
Browse files Browse the repository at this point in the history
This is possible workaround for cross compile issues with json.hpp symbols generated on armhf architecture.
  • Loading branch information
kcudnik committed Apr 3, 2021
1 parent cba6576 commit 73cbd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ orchagent_SOURCES += debug_counter/debug_counter.cpp debug_counter/drop_counter.

orchagent_CFLAGS = $(DBGFLAGS) $(AM_CFLAGS) $(CFLAGS_COMMON) $(CFLAGS_SAI)
orchagent_CPPFLAGS = $(DBGFLAGS) $(AM_CFLAGS) $(CFLAGS_COMMON) $(CFLAGS_SAI)
orchagent_LDADD = -lnl-3 -lnl-route-3 -lpthread -lsairedis -lswsscommon -lsaimeta -lsaimetadata -lzmq
orchagent_LDADD = -lnl-3 -lnl-route-3 -lpthread -lsairedis -lsaimeta -lsaimetadata -lswsscommon -lzmq

routeresync_SOURCES = routeresync.cpp
routeresync_CFLAGS = $(DBGFLAGS) $(AM_CFLAGS) $(CFLAGS_COMMON)
Expand Down

0 comments on commit 73cbd91

Please sign in to comment.