OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 6... Line 6...
6 # 6 #
Line 7... Line 7...
7   7  
Line 8... Line 8...
8 include $(TOPDIR)/rules.mk 8 include $(TOPDIR)/rules.mk
9   9  
10 PKG_NAME:=valgrind 10 PKG_NAME:=valgrind
Line 11... Line 11...
11 PKG_VERSION:=3.14.0 11 PKG_VERSION:=3.13.0
12 PKG_RELEASE:=1 12 PKG_RELEASE:=1
13   13  
Line 14... Line 14...
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15 PKG_SOURCE_URL:=http://sourceware.org/pub/valgrind/ 15 PKG_SOURCE_URL:=http://sourceware.org/pub/valgrind/
16 PKG_HASH:=037c11bfefd477cc6e9ebe8f193bb237fe397f7ce791b4a4ce3fa1c6a520baa5 16 PKG_HASH:=d76680ef03f00cd5e970bbdcd4e57fb1f6df7d2e2c071635ef2be74790190c3b
Line 103... Line 103...
103 --disable-valgrindmi \ 103 --disable-valgrindmi \
104 --disable-tui \ 104 --disable-tui \
105 --disable-valgrindtk \ 105 --disable-valgrindtk \
106 --without-included-gettext \ 106 --without-included-gettext \
107 --with-pagesize=4 \ 107 --with-pagesize=4 \
108 --enable-lto -  
Line 109... Line 108...
109   108  
110 define Package/valgrind/install 109 define Package/valgrind/install
111 $(INSTALL_DIR) $(1)/usr/bin 110 $(INSTALL_DIR) $(1)/usr/bin
112 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/valgrind* $(1)/usr/bin/ 111 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/valgrind* $(1)/usr/bin/