diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 21:59:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 21:59:50 +0200 |
commit | ce2eb8f92671ec426c996baca1ef9931c3bacb68 (patch) | |
tree | d3a885bbd94a72a4f486b3b51b6cebb049bc1672 /package/fbsplash | |
parent | 6c85bf610d803db0183faa02ffebbf1f48c318c2 (diff) |
a lot of bugfixes and package updates
Diffstat (limited to 'package/fbsplash')
-rw-r--r-- | package/fbsplash/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/fbsplash/Makefile b/package/fbsplash/Makefile index 859d4a190..a82d6c68d 100644 --- a/package/fbsplash/Makefile +++ b/package/fbsplash/Makefile @@ -20,6 +20,9 @@ include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,FBSPLASH,fbsplash,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +TARGET_LDFLAGS+= -lz +CONFIGURE_ARGS+= --without-png + fbsplash-install: $(INSTALL_DIR) $(IDIR_FBSPLASH)/usr/lib $(CP) $(WRKINST)/usr/lib/libfb*.so* $(IDIR_FBSPLASH)/usr/lib |