Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] stress: honor the BR2_PREFER_STATIC_LIB preference
@ 2013-03-02  6:35 Tzu-Jung Lee
  2013-03-03 16:51 ` Arnout Vandecappelle
  2013-03-04 17:47 ` Tzu-Jung Lee
  0 siblings, 2 replies; 7+ messages in thread
From: Tzu-Jung Lee @ 2013-03-02  6:35 UTC (permalink / raw)
  To: buildroot

From: roylee17 <roylee17@gmail.com>

Change-Id: I13f849e76557fac81b488ab26b4ac8b999888bc1
---
 package/stress/stress.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/stress/stress.mk b/package/stress/stress.mk
index 3a047b5..af79bf2 100644
--- a/package/stress/stress.mk
+++ b/package/stress/stress.mk
@@ -10,4 +10,7 @@ STRESS_VERSION = 1.0.4
 STRESS_SITE    = http://weather.ou.edu/~apw/projects/stress
 STRESS_AUTORECONF = YES
 
+STRESS_CONF_OPT = \
+	$(if $(BR2_PREFER_STATIC_LIB),--enable-static,--disable-static)
+
 $(eval $(autotools-package))
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-03-04 19:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-02  6:35 [Buildroot] [PATCH] stress: honor the BR2_PREFER_STATIC_LIB preference Tzu-Jung Lee
2013-03-03 16:51 ` Arnout Vandecappelle
2013-03-03 18:55   ` Tzu-Jung Lee
2013-03-04 16:15     ` Peter Korsgaard
2013-03-04 17:50       ` Tzu-Jung Lee
2013-03-04 17:47 ` Tzu-Jung Lee
2013-03-04 19:59   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox