xdelta3: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@39832 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
79e36a99e1
commit
2397990f58
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=xdelta3
|
||||
PKG_VERSION:=3.0.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=xdelta$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://xdelta.googlecode.com/files
|
||||
@ -34,6 +34,9 @@ define Package/xdelta3/description
|
||||
stored in RFC3284 (VCDIFF) format.
|
||||
endef
|
||||
|
||||
MAKE_FLAGS += \
|
||||
CFLAGS="$(TARGET_CFLAGS)"
|
||||
|
||||
define Package/xdelta3/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/xdelta3 $(1)/usr/bin/
|
||||
|
Loading…
x
Reference in New Issue
Block a user