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:
0249d5f
)
remove obsolete /opt/local prefix on Mac OS X
author
Felix Fietkau
<nbd@nbd.name>
Sat, 24 Dec 2016 09:52:18 +0000
(10:52 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Sat, 24 Dec 2016 09:52:18 +0000
(10:52 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 85527bec08c370a53ff215d02cb18991bed9d3bc..1f35d2602669e237cdc34b1224d3ef1ce9b0d122 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-5,11
+5,6
@@
ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -Wmissing-declarations)
SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
-IF(APPLE)
- INCLUDE_DIRECTORIES(/opt/local/include)
- LINK_DIRECTORIES(/opt/local/lib)
-ENDIF()
-
SET(SOURCES
main.c utils.c system.c tunnel.c handler.c
interface.c interface-ip.c interface-event.c