projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a1b869
)
include/cmake.mk: fix indentation
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 11 Jun 2014 17:01:15 +0000
(17:01 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 11 Jun 2014 17:01:15 +0000
(17:01 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41144
include/cmake.mk
patch
|
blob
|
history
diff --git
a/include/cmake.mk
b/include/cmake.mk
index 23ac56c377df1b3246965c42c1239e0da8441b34..9a5e311c3c7e8792fa33a3e9324b0e256e2c09b4 100644
(file)
--- a/
include/cmake.mk
+++ b/
include/cmake.mk
@@
-58,7
+58,7
@@
define Build/Configure/Default
-DCMAKE_STRIP=: \
-DCMAKE_INSTALL_PREFIX=/usr \
-DDL_LIBRARY=$(STAGING_DIR) \
-
-DCMAKE_PREFIX_PATH=$(STAGING_DIR) \
+ -DCMAKE_PREFIX_PATH=$(STAGING_DIR) \
$(CMAKE_OPTIONS) \
$(CMAKE_SOURCE_DIR) \
)