Changeset 2523

Show
Ignore:
Timestamp:
05/17/07 09:57:03 (2 years ago)
Author:
wbx
Message:

fix package build

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/iptables/Makefile

    r2519 r2523  
    99PKG_NAME:=              iptables 
    1010PKG_VERSION:=           1.3.7 
    11 PKG_RELEASE:=           5 
     11PKG_RELEASE:=           6 
    1212PKG_MD5SUM:=            dd965bdacbb86ce2a6498829fddda6b7 
    1313PKG_SOURCE_URL:=        http://www.netfilter.org/projects/iptables/files \ 
     
    3838 
    3939SUB_INSTALL-${FWRT_PACKAGE_IPTABLES_UTILS}+=            iptables-utils-install 
     40ifeq ($(FWRT_IPV6),y) 
    4041SUB_INSTALL-${FWRT_PACKAGE_IP6TABLES}+=                 ip6tables-install 
     42endif 
    4143 
    4244do-configure: 
    4345        chmod a+x $(WRKBUILD)/extensions/.*-test* 
    44         sed -i 's/^DO_IPV6.*//' $(WRKBUILD)/Makefile 
     46        $(SED) 's/^DO_IPV6.*//' $(WRKBUILD)/Makefile 
    4547 
    4648post-install: ${SUB_INSTALL-m} ${SUB_INSTALL-y}