[Buildroot] [PATCH v4 11/11] qhull: do not override CMAKE_BUILD_TYPE

Samuel Martin s.martin49 at gmail.com
Sun Jun 1 09:24:33 UTC 2014


This flag is already correctly set by the cmake-package infrastructure.

Signed-off-by: Samuel Martin <s.martin49 at gmail.com>

---
changes v3 -> v4:
- rebase

changes v2 -> v3:
- new patch
---
 package/qhull/qhull.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/qhull/qhull.mk b/package/qhull/qhull.mk
index 15fb46e..6992d71 100644
--- a/package/qhull/qhull.mk
+++ b/package/qhull/qhull.mk
@@ -9,6 +9,5 @@ QHULL_SITE = git://gitorious.org/qhull/qhull.git
 QHULL_INSTALL_STAGING = YES
 QHULL_LICENSE = BSD-Style
 QHULL_LICENSE_FILES = COPYING.txt
-QHULL_CONF_OPT = -DCMAKE_BUILD_TYPE=Release
 
 $(eval $(cmake-package))
-- 
1.9.2



More information about the buildroot mailing list