diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-31 19:58:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-31 19:59:05 +0200 |
commit | 0d5a4bd73159fc794fdb417d49ab810b26e7d059 (patch) | |
tree | 53ef333b84afbbe7d6fed470885d716075295395 /package/v4l-utils | |
parent | 9e3458d13ae01591479732c1fe0cada8fd2259b7 (diff) |
rework static linking support, works with musl/glibc, fails to boot with uclibc (qemu-x86)
Diffstat (limited to 'package/v4l-utils')
-rw-r--r-- | package/v4l-utils/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/v4l-utils/Makefile b/package/v4l-utils/Makefile index 814489b8a..af3f6188c 100644 --- a/package/v4l-utils/Makefile +++ b/package/v4l-utils/Makefile @@ -21,10 +21,6 @@ PKG_SUBPKGS:= V4L_UTILS LIBV4L PKGSC_LIBV4L:= libs/video PKGSD_LIBV4L:= Video4Linux2 libraries -ifeq ($(ADK_STATIC),y) -PKG_OPTS+= libmix -endif - include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,V4L_UTILS,v4l-utils,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |