summaryrefslogtreecommitdiff
path: root/package/heimdal/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-31 19:58:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-31 19:59:05 +0200
commit0d5a4bd73159fc794fdb417d49ab810b26e7d059 (patch)
tree53ef333b84afbbe7d6fed470885d716075295395 /package/heimdal/Makefile
parent9e3458d13ae01591479732c1fe0cada8fd2259b7 (diff)
rework static linking support, works with musl/glibc, fails to boot with uclibc (qemu-x86)
Diffstat (limited to 'package/heimdal/Makefile')
-rw-r--r--package/heimdal/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/heimdal/Makefile b/package/heimdal/Makefile
index 56f407b35..8e81f7d60 100644
--- a/package/heimdal/Makefile
+++ b/package/heimdal/Makefile
@@ -35,10 +35,6 @@ PKGCD_WITH_BDB:= use Berkeley DB as database backend
PKGCS_WITH_BDB:= libdb
PKGCB_WITH_BDB:= db
-ifeq ($(ADK_STATIC),y)
-PKG_OPTS+= libmix
-endif
-
include $(TOPDIR)/mk/host.mk
include $(TOPDIR)/mk/package.mk