Skip to content

Commit 73cbd91

Browse files
authored
[Makefile] Reorder libsaimetadata and libswsscommon (sonic-net#1689)
This is possible workaround for cross compile issues with json.hpp symbols generated on armhf architecture.
1 parent cba6576 commit 73cbd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchagent/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ orchagent_SOURCES += debug_counter/debug_counter.cpp debug_counter/drop_counter.
7171

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

7676
routeresync_SOURCES = routeresync.cpp
7777
routeresync_CFLAGS = $(DBGFLAGS) $(AM_CFLAGS) $(CFLAGS_COMMON)

0 commit comments

Comments
 (0)