[packages] ekg: explicitely disable libbind & libgsm, use 'make install', cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17955 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
18f5bc397e
commit
a025a13bb1
@ -24,20 +24,30 @@ define Package/ekg
|
|||||||
DEPENDS:=+zlib +libncurses
|
DEPENDS:=+zlib +libncurses
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS+= \
|
||||||
--without-c99-vsnprintf \
|
--without-c99-vsnprintf \
|
||||||
--without-libungif \
|
--without-bind \
|
||||||
|
--without-libgsm \
|
||||||
--without-libjpeg \
|
--without-libjpeg \
|
||||||
|
--without-libungif \
|
||||||
--without-openssl \
|
--without-openssl \
|
||||||
--disable-libgadu-openssl \
|
--disable-libgadu-openssl \
|
||||||
--enable-ui-ncurses \
|
--enable-ui-ncurses \
|
||||||
--disable-ui-readline \
|
--disable-ui-readline \
|
||||||
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \
|
|
||||||
CFLAGS_LIBGADU="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include"
|
CONFIGURE_VARS+= \
|
||||||
|
CFLAGS="$$$$CFLAGS $(TARGET_CPPFLAGS)" \
|
||||||
|
CFLAGS_LIBGADU="$$$$CFLAGS $(TARGET_CPPFLAGS)" \
|
||||||
|
|
||||||
|
define Build/Compile
|
||||||
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
|
all install
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/ekg/install
|
define Package/ekg/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(CP) $(PKG_BUILD_DIR)/src/ekg $(1)/usr/bin/
|
$(CP) $(PKG_INSTALL_DIR)/usr/bin/ekg $(1)/usr/bin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,ekg))
|
$(eval $(call BuildPackage,ekg))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user