Skip to content
Snippets Groups Projects
Commit 099b7f2a authored by Cedric Roux's avatar Cedric Roux
Browse files

integration fix: fix rrh_gw compilation

parent 0023d448
No related branches found
No related tags found
No related merge requests found
...@@ -1774,7 +1774,7 @@ add_executable(rrh_gw ...@@ -1774,7 +1774,7 @@ add_executable(rrh_gw
target_include_directories(rrh_gw PRIVATE ${OPENAIR_DIR}/common/utils/itti) target_include_directories(rrh_gw PRIVATE ${OPENAIR_DIR}/common/utils/itti)
target_link_libraries(rrh_gw target_link_libraries(rrh_gw
-Wl,--start-group -Wl,--start-group
UTIL LFDS UTIL LFDS -ldl
-Wl,--end-group ) -Wl,--end-group )
target_link_libraries (rrh_gw rt pthread m ) target_link_libraries (rrh_gw rt pthread m )
target_link_libraries (rrh_gw ${LIB_LMS_LIBRARIES}) target_link_libraries (rrh_gw ${LIB_LMS_LIBRARIES})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment