diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-10-19 18:47:49 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-22 17:57:12 +0200 |
| commit | 8511314f9b955a1354251f89356b57bfa4e12b25 (patch) | |
| tree | ad569309c2077d5c1fb83275e3989859701344b4 /package/beecrypt/beecrypt.mk | |
| parent | de7523259b019b676c11df431cca0fb50494d86b (diff) | |
| download | buildroot-8511314f9b955a1354251f89356b57bfa4e12b25.tar.gz buildroot-8511314f9b955a1354251f89356b57bfa4e12b25.zip | |
package/beecrypt: Fix build with BR2_ENABLE_DEBUG=yes, no need for expert mode anymore
Fixes
http://autobuild.buildroot.net/results/d32/d326799e9b1a959778be66e36ee78e6891a7b068/
http://autobuild.buildroot.net/results/b35/b353696a01ae85ad0b0c379364aaa9224e0bde42/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/beecrypt/beecrypt.mk')
| -rw-r--r-- | package/beecrypt/beecrypt.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/beecrypt/beecrypt.mk b/package/beecrypt/beecrypt.mk index 7a2511dafa..e9e701b65a 100644 --- a/package/beecrypt/beecrypt.mk +++ b/package/beecrypt/beecrypt.mk @@ -18,6 +18,7 @@ BEECRYPT_CONF_ENV = \ CXXFLAGS="$(TARGET_CXXFLAGS) -fpermissive" BEECRYPT_CONF_OPTS = \ + --disable-expert-mode \ --without-java \ --without-python \ --disable-openmp |

