1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:31:07 +03:00

package/dnsmasq: update to 2.59 (thanks to Raphael Huck)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29329 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2011-11-25 00:53:13 +00:00
parent e6638f1bd3
commit 835d7d6225
2 changed files with 12 additions and 15 deletions

View File

@ -8,12 +8,14 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=dnsmasq PKG_NAME:=dnsmasq
PKG_VERSION:=2.58 PKG_VERSION:=2.59
PKG_RELEASE:=2 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq
PKG_MD5SUM:=14c5c81debb324adc261db971730f4c6 PKG_MD5SUM:=b5757ef2d7b651748eeebb88af29d7d6
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@ -35,20 +37,15 @@ endef
TARGET_CFLAGS += -ffunction-sections -fdata-sections TARGET_CFLAGS += -ffunction-sections -fdata-sections
define Build/Compile MAKE_FLAGS := \
$(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \
CFLAGS="$(TARGET_CFLAGS)" \ LDFLAGS="-Wl,--gc-sections" \
BINDIR="/usr/sbin" \ PREFIX="/usr"
MANDIR="/usr/man" \
AWK="awk" \
LDFLAGS="-Wl,--gc-sections" \
all
endef
define Package/dnsmasq/install define Package/dnsmasq/install
$(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/dnsmasq $(1)/usr/sbin/ $(CP) $(PKG_INSTALL_DIR)/usr/sbin/dnsmasq $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/etc/config $(INSTALL_DIR) $(1)/etc/config
$(INSTALL_DATA) ./files/dhcp.conf $(1)/etc/config/dhcp $(INSTALL_DATA) ./files/dhcp.conf $(1)/etc/config/dhcp
$(INSTALL_DATA) ./files/dnsmasq.conf $(1)/etc/dnsmasq.conf $(INSTALL_DATA) ./files/dnsmasq.conf $(1)/etc/dnsmasq.conf

View File

@ -1,6 +1,6 @@
--- a/src/config.h --- a/src/config.h
+++ b/src/config.h +++ b/src/config.h
@@ -257,8 +257,9 @@ NOTES: @@ -263,8 +263,9 @@ NOTES:
/* We assume that systems which don't have IPv6 /* We assume that systems which don't have IPv6
headers don't have ntop and pton either */ headers don't have ntop and pton either */