X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=CMakeLists.txt;h=4a85e0741212a399b2ba623f3fecdc1ef5517c5f;hp=cf7ee96ef5da97ffec7e8213a5106c8807e7843a;hb=6e6a38ea87aebeaefe70869c226cadad0312f144;hpb=73805dcc03e242fe5e25c9764ed33456acebdb95 diff --git a/CMakeLists.txt b/CMakeLists.txt index cf7ee96..4a85e07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ ELSE() ENDIF() ADD_EXECUTABLE(firewall3 main.c options.c defaults.c zones.c forwards.c rules.c redirects.c utils.c ubus.c ipsets.c includes.c iptables.c) -TARGET_LINK_LIBRARIES(firewall3 uci ubox ubus xtables m ${iptc_libs} ${ext_libs}) +TARGET_LINK_LIBRARIES(firewall3 uci ubox ubus xtables m dl ${iptc_libs} ${ext_libs}) SET(CMAKE_INSTALL_PREFIX /usr)