* [Buildroot] [PATCH] apr: requires shared library support
@ 2012-05-17 19:26 Thomas Petazzoni
2012-05-17 21:42 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2012-05-17 19:26 UTC (permalink / raw)
To: buildroot
The apr library requires shared library support unconditionally, so
make it depend on !BR2_PREFER_STATIC_LIB, so that architectures that
support static libraries only do not make this package available.
Solves
http://autobuild.buildroot.org/results/f4cd9751e85e9ee7fde2e9479e0f01ab2be93e84/build-end.log.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/apr-util/Config.in | 2 ++
package/apr/Config.in | 2 ++
2 files changed, 4 insertions(+)
diff --git a/package/apr-util/Config.in b/package/apr-util/Config.in
index 99b32f2..895dbb8 100644
--- a/package/apr-util/Config.in
+++ b/package/apr-util/Config.in
@@ -5,6 +5,8 @@ config BR2_PACKAGE_APR_UTIL
select BR2_PACKAGE_NEON
select BR2_PACKAGE_NEON_ZLIB
select BR2_PACKAGE_ZLIB
+ # apr really needs shared library support
+ depends on !BR2_PREFER_STATIC_LIB
help
The utility library for the apache runtime project
diff --git a/package/apr/Config.in b/package/apr/Config.in
index 292cadb..ed319ed 100644
--- a/package/apr/Config.in
+++ b/package/apr/Config.in
@@ -1,5 +1,7 @@
config BR2_PACKAGE_APR
bool "apr"
+ # apr really needs shared library support
+ depends on !BR2_PREFER_STATIC_LIB
help
The mission of the Apache Portable Runtime (APR) project is to create
and maintain software libraries that provide a predictable and
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] apr: requires shared library support
2012-05-17 19:26 [Buildroot] [PATCH] apr: requires shared library support Thomas Petazzoni
@ 2012-05-17 21:42 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2012-05-17 21:42 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> The apr library requires shared library support unconditionally, so
Thomas> make it depend on !BR2_PREFER_STATIC_LIB, so that architectures that
Thomas> support static libraries only do not make this package available.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-17 21:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-17 19:26 [Buildroot] [PATCH] apr: requires shared library support Thomas Petazzoni
2012-05-17 21:42 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox