diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-12-29 11:12:50 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-29 17:02:00 +0100 |
| commit | 5dc0f6aaab8f3a845b1db08439cff27832a53930 (patch) | |
| tree | 6983941184fc78143a2630a3455799030383677f | |
| parent | d8cea838971c4ff532021837322ca3e8632df565 (diff) | |
| download | buildroot-5dc0f6aaab8f3a845b1db08439cff27832a53930.tar.gz buildroot-5dc0f6aaab8f3a845b1db08439cff27832a53930.zip | |
subversion: add missing comment when building static
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/subversion/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/subversion/Config.in b/package/subversion/Config.in index 61c9d3b0dc..ffe424a7e2 100644 --- a/package/subversion/Config.in +++ b/package/subversion/Config.in @@ -12,3 +12,7 @@ config BR2_PACKAGE_SUBVERSION Subversion is an open source version control system http://subversion.apache.org/ + +comment "subversion needs a toolchain w/ dynamic library" + depends on BR2_USE_MMU + depends on BR2_STATIC_LIBS |

