diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-03-04 16:30:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-03-04 16:30:40 +0100 |
commit | 911a8d67bf979a65bfa3246f5c789588f3fc6bd6 (patch) | |
tree | fdb3e3e7c07df020f952aa56b2d2df00c1f07afd /package/beecrypt/Makefile | |
parent | a709ebc3f96b3d00f3694468c1e3812d4fb0779e (diff) |
resolve various build failures
Diffstat (limited to 'package/beecrypt/Makefile')
-rw-r--r-- | package/beecrypt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/beecrypt/Makefile b/package/beecrypt/Makefile index 5e1e71e50..258d070ba 100644 --- a/package/beecrypt/Makefile +++ b/package/beecrypt/Makefile @@ -18,6 +18,7 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,BEECRYPT,beecrypt,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS)) +TARGET_LDFLAGS+= -L$(STAGING_DIR)/usr/lib64 CONFIGURE_ARGS+= --without-cplusplus \ --without-python \ --without-java |