diff options
| author | Romain Naour <romain.naour@openwide.fr> | 2015-07-22 16:13:09 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-22 17:22:25 +0200 |
| commit | 390fdac667b9f4863d8ba954b559c6d38e7329d4 (patch) | |
| tree | d5b792d3f2d5001110deb0521b33d678240427a6 /package/qpid-proton | |
| parent | 4f71e388fdb4d96c6e5559f12b3aee5a78dec751 (diff) | |
| download | buildroot-390fdac667b9f4863d8ba954b559c6d38e7329d4.tar.gz buildroot-390fdac667b9f4863d8ba954b559c6d38e7329d4.zip | |
package/qpid-proton: disable for static build only
qpid-proton always build a shared library "libqpid-proton.so"
Fixes:
http://autobuild.buildroot.net/results/bf6/bf6b9bcc0cead87c8fb12ec4c7f5ff73e6d61d3f/
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qpid-proton')
| -rw-r--r-- | package/qpid-proton/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/qpid-proton/Config.in b/package/qpid-proton/Config.in index b6a1aa9821..f8aaf395fa 100644 --- a/package/qpid-proton/Config.in +++ b/package/qpid-proton/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_QPID_PROTON bool "qpid-proton" + depends on !BR2_STATIC_LIBS # build a shared library depends on BR2_USE_WCHAR # util-linux select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_LIBUUID @@ -13,5 +14,5 @@ config BR2_PACKAGE_QPID_PROTON https://qpid.apache.org/proton/ -comment "qpid-proton needs a toolchain w/ wchar" - depends on !BR2_USE_WCHAR +comment "qpid-proton needs a toolchain w/ dynamic library, wchar" + depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR |

