projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e607b0f
)
libconfig: don't build examples
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 23 Jun 2012 22:55:27 +0000
(
00:55
+0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 23 Jun 2012 22:55:27 +0000
(
00:55
+0200)
Fixes (works around)
http://autobuild.buildroot.net/results/
2378161d70beade94547a68eeeaa69e34705baf2
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/libconfig/libconfig.mk
patch
|
blob
|
history
diff --git
a/package/libconfig/libconfig.mk
b/package/libconfig/libconfig.mk
index 8ef927b3db8243d5fa40b9f0cd9e2eee8c08fa46..f81f4195b78dad1ff24f4e15771ae93020bcce5f 100644
(file)
--- a/
package/libconfig/libconfig.mk
+++ b/
package/libconfig/libconfig.mk
@@
-6,9
+6,10
@@
LIBCONFIG_VERSION = 1.4.8
LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig/
LIBCONFIG_INSTALL_STAGING = YES
+LIBCONFIG_CONF_OPT = --disable-examples
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
-LIBCONFIG_CONF_OPT = --disable-cxx
+LIBCONFIG_CONF_OPT
+
= --disable-cxx
endif
$(eval $(call AUTOTARGETS))