summaryrefslogtreecommitdiffstats
path: root/package/beecrypt/beecrypt.mk
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2014-10-19 19:07:57 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-22 18:00:56 +0200
commit2717199e1359d287cc47fa255928c7737f09a9a9 (patch)
tree1938c00a6063f30591a67131f207e351f1dd7674 /package/beecrypt/beecrypt.mk
parent8511314f9b955a1354251f89356b57bfa4e12b25 (diff)
downloadbuildroot-2717199e1359d287cc47fa255928c7737f09a9a9.tar.gz
buildroot-2717199e1359d287cc47fa255928c7737f09a9a9.zip
package/beecrypt: Replace work-around to fix gcc-4.7 compile error
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.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/beecrypt/beecrypt.mk b/package/beecrypt/beecrypt.mk
index e9e701b65a..7d2ee0839a 100644
--- a/package/beecrypt/beecrypt.mk
+++ b/package/beecrypt/beecrypt.mk
@@ -11,12 +11,6 @@ BEECRYPT_INSTALL_STAGING = YES
BEECRYPT_LICENSE = LGPLv2.1+
BEECRYPT_LICENSE_FILES = COPYING.LIB
-# beecrypt contains C++ code that g++ 4.7 doesn't really
-# like. Upstream does not seem to be really active, so workaround this
-# by passing -fpermissive.
-BEECRYPT_CONF_ENV = \
- CXXFLAGS="$(TARGET_CXXFLAGS) -fpermissive"
-
BEECRYPT_CONF_OPTS = \
--disable-expert-mode \
--without-java \
OpenPOWER on IntegriCloud