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/cairo | |
parent | 9e3458d13ae01591479732c1fe0cada8fd2259b7 (diff) |
rework static linking support, works with musl/glibc, fails to boot with uclibc (qemu-x86)
Diffstat (limited to 'package/cairo')
-rw-r--r-- | package/cairo/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/cairo/Makefile b/package/cairo/Makefile index 177a4a4ad..47728289f 100644 --- a/package/cairo/Makefile +++ b/package/cairo/Makefile @@ -18,10 +18,6 @@ PKG_URL:= http://cairographics.org/ PKG_SITES:= http://cairographics.org/releases/ PKG_OPTS:= dev -ifeq ($(ADK_STATIC),y) -PKG_OPTS+= libonly -endif - include ${TOPDIR}/mk/host.mk include ${TOPDIR}/mk/package.mk |