X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3fd9e45b30117641db36b5ef07994e0135c9e9ec..266ffa4ea2bcd54d508d9e3d0205438a33f8f159:/openwrt/package/lcd4linux/Makefile diff --git a/openwrt/package/lcd4linux/Makefile b/openwrt/package/lcd4linux/Makefile index 5586e65f0..04bde6915 100644 --- a/openwrt/package/lcd4linux/Makefile +++ b/openwrt/package/lcd4linux/Makefile @@ -24,7 +24,6 @@ $(PKG_BUILD_DIR)/.configured: CFLAGS="$(TARGET_CFLAGS)" \ CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib" \ - LIBS="-lpng12 -lz" \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ @@ -46,7 +45,7 @@ $(PKG_BUILD_DIR)/.configured: $(DISABLE_LARGEFILE) \ $(DISABLE_NLS) \ --without-x \ - --with-drivers='all,!RouterBoard,!X11' \ + --with-drivers='all,!PNG,!RouterBoard,!X11' \ --with-plugins=wireless \ ) touch $@