projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
486aa75
)
fix libnl detection
author
Thomas Gstädtner
<thomas@gstaedtner.net>
Sun, 3 Mar 2013 17:20:10 +0000
(18:20 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 4 Mar 2013 17:41:49 +0000
(18:41 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 2076fc93eb4a8e5b7219b3a3224c1eb6be00281f..f7e9a04cb68c517cfff2b0e347567f78c0c4bc0f 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-23,7
+23,8
@@
SET(LIBS
ubox ubus uci ${json} blobmsg_json)
IF (NOT DEFINED LIBNL_LIBS)
- SET(LIBNL_LIBS -lnl)
+ FIND_LIBRARY(libnl NAMES libnl-3 libnl nl-3 nl)
+ SET(LIBNL_LIBS ${libnl})
ENDIF()
IF("${CMAKE_SYSTEM_NAME}" MATCHES "Linux" AND NOT DUMMY_MODE)