[package] get the enable/disable ipv6 configure option from the build system, do not override it locally
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17009 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e3ec1e30e8
commit
4de5143b4e
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2008 OpenWrt.org
|
# Copyright (C) 2006-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=php4
|
PKG_NAME:=php4
|
||||||
PKG_VERSION:=4.4.7
|
PKG_VERSION:=4.4.7
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=php-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=php-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://fr.php.net/distributions/
|
PKG_SOURCE_URL:=http://fr.php.net/distributions/
|
||||||
@ -157,7 +157,6 @@ PKG_CONFIGURE_OPTS:= \
|
|||||||
--without-pear \
|
--without-pear \
|
||||||
\
|
\
|
||||||
--with-config-file-path=/etc \
|
--with-config-file-path=/etc \
|
||||||
--disable-ipv6 \
|
|
||||||
--enable-magic-quotes \
|
--enable-magic-quotes \
|
||||||
--enable-memory-limit \
|
--enable-memory-limit \
|
||||||
--disable-overload \
|
--disable-overload \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006,2007 OpenWrt.org
|
# Copyright (C) 2006-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=php
|
PKG_NAME:=php
|
||||||
PKG_VERSION:=5.2.6
|
PKG_VERSION:=5.2.6
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://www.php.net/distributions/
|
PKG_SOURCE_URL:=http://www.php.net/distributions/
|
||||||
@ -203,7 +203,6 @@ PKG_CONFIGURE_OPTS:= \
|
|||||||
--without-pear \
|
--without-pear \
|
||||||
\
|
\
|
||||||
--with-config-file-path=/etc \
|
--with-config-file-path=/etc \
|
||||||
--disable-ipv6 \
|
|
||||||
--enable-magic-quotes \
|
--enable-magic-quotes \
|
||||||
--enable-memory-limit \
|
--enable-memory-limit \
|
||||||
--disable-short-tags \
|
--disable-short-tags \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2008 OpenWrt.org
|
# Copyright (C) 2006-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=python
|
PKG_NAME:=python
|
||||||
PKG_VERSION:=2.6.1
|
PKG_VERSION:=2.6.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=Python-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=Python-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://www.python.org/ftp/python/$(PKG_VERSION)/
|
PKG_SOURCE_URL:=http://www.python.org/ftp/python/$(PKG_VERSION)/
|
||||||
@ -126,7 +126,6 @@ define Build/Compile
|
|||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
--disable-ipv6 \
|
|
||||||
--without-cxx-main \
|
--without-cxx-main \
|
||||||
--with-threads \
|
--with-threads \
|
||||||
--with-system-ffi \
|
--with-system-ffi \
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ruby
|
PKG_NAME:=ruby
|
||||||
PKG_VERSION:=1.8.6-p287
|
PKG_VERSION:=1.8.6-p287
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=ftp://ftp.ruby-lang.org/pub/ruby/1.8/
|
PKG_SOURCE_URL:=ftp://ftp.ruby-lang.org/pub/ruby/1.8/
|
||||||
@ -178,7 +178,6 @@ CONFIGURE_ARGS += \
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--enable-ipv6 \
|
|
||||||
--enable-wide-getaddrinfo \
|
--enable-wide-getaddrinfo \
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2008 OpenWrt.org
|
# Copyright (C) 2007-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=apr
|
PKG_NAME:=apr
|
||||||
PKG_VERSION:=1.2.9
|
PKG_VERSION:=1.2.9
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://apache.d-s-s-p.de/apr/
|
PKG_SOURCE_URL:=http://apache.d-s-s-p.de/apr/
|
||||||
@ -30,8 +30,7 @@ endef
|
|||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--with-devrandom=/dev/urandom \
|
--with-devrandom=/dev/urandom \
|
||||||
--disable-dso \
|
--disable-dso
|
||||||
--enable-ipv6
|
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
apr_cv_process_shared_works=no \
|
apr_cv_process_shared_works=no \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007 OpenWrt.org
|
# Copyright (C) 2007-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=curl
|
PKG_NAME:=curl
|
||||||
PKG_VERSION:=7.19.5
|
PKG_VERSION:=7.19.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://curl.haxx.se/download/ \
|
PKG_SOURCE_URL:=http://curl.haxx.se/download/ \
|
||||||
@ -57,7 +57,6 @@ CONFIGURE_ARGS += \
|
|||||||
--enable-file \
|
--enable-file \
|
||||||
--enable-ftp \
|
--enable-ftp \
|
||||||
--enable-http \
|
--enable-http \
|
||||||
--enable-ipv6 \
|
|
||||||
--disable-ares \
|
--disable-ares \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--disable-dict \
|
--disable-dict \
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=net-snmp
|
PKG_NAME:=net-snmp
|
||||||
PKG_VERSION:=5.4.2.1
|
PKG_VERSION:=5.4.2.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/net-snmp
|
PKG_SOURCE_URL:=@SF/net-snmp
|
||||||
@ -150,7 +150,6 @@ TARGET_CFLAGS += $(FPIC)
|
|||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--enable-ipv6 \
|
|
||||||
--with-endianness=little \
|
--with-endianness=little \
|
||||||
--with-logfile=/var/log/snmpd.log \
|
--with-logfile=/var/log/snmpd.log \
|
||||||
--with-persistent-directory=/usr/lib/snmp/ \
|
--with-persistent-directory=/usr/lib/snmp/ \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2007 OpenWrt.org
|
# Copyright (C) 2006-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ptlib
|
PKG_NAME:=ptlib
|
||||||
PKG_VERSION:=2.2.1
|
PKG_VERSION:=2.2.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.bz2
|
||||||
PKG_SOURCE_URL:=@SF/opalvoip
|
PKG_SOURCE_URL:=@SF/opalvoip
|
||||||
@ -52,7 +52,6 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-ftp \
|
--disable-ftp \
|
||||||
--disable-http \
|
--disable-http \
|
||||||
--disable-httpsvc \
|
--disable-httpsvc \
|
||||||
--disable-ipv6 \
|
|
||||||
--disable-jabber \
|
--disable-jabber \
|
||||||
--disable-odbc \
|
--disable-odbc \
|
||||||
--disable-openldap \
|
--disable-openldap \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2007 OpenWrt.org
|
# Copyright (C) 2006-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=pwlib
|
PKG_NAME:=pwlib
|
||||||
PKG_VERSION:=1.11.1
|
PKG_VERSION:=1.11.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=ftp://peternixon.net/pub/voxgratia
|
PKG_SOURCE_URL:=ftp://peternixon.net/pub/voxgratia
|
||||||
@ -50,7 +50,6 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-ftp \
|
--disable-ftp \
|
||||||
--enable-http \
|
--enable-http \
|
||||||
--disable-httpsvc \
|
--disable-httpsvc \
|
||||||
--disable-ipv6 \
|
|
||||||
--disable-jabber \
|
--disable-jabber \
|
||||||
--disable-openldap \
|
--disable-openldap \
|
||||||
--disable-openssl \
|
--disable-openssl \
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ffmpeg
|
PKG_NAME:=ffmpeg
|
||||||
PKG_VERSION:=20080419
|
PKG_VERSION:=20080419
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-export-snapshot-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-export-snapshot-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/
|
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/
|
||||||
@ -176,13 +176,6 @@ FFMPEG_CONFIGURE_PROTOCOLS:= \
|
|||||||
$(if $(CONFIG_FFMPEG_PROTOCOL_$(c)),--enable-protocol="$(c)") \
|
$(if $(CONFIG_FFMPEG_PROTOCOL_$(c)),--enable-protocol="$(c)") \
|
||||||
)
|
)
|
||||||
|
|
||||||
ifneq ($(CONFIG_FFMPEG_PROTOCOL_IPv6),)
|
|
||||||
FFMPEG_CONFIGURE_IPv6:= --enable-ipv6
|
|
||||||
else
|
|
||||||
FFMPEG_CONFIGURE_IPv6:= --disable-ipv6
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
# this is *NOT* GNU configure
|
# this is *NOT* GNU configure
|
||||||
( cd $(PKG_BUILD_DIR); \
|
( cd $(PKG_BUILD_DIR); \
|
||||||
@ -221,7 +214,6 @@ define Build/Configure
|
|||||||
--disable-bsfs \
|
--disable-bsfs \
|
||||||
--disable-protocols \
|
--disable-protocols \
|
||||||
$(FFMPEG_CONFIGURE_PROTOCOLS) \
|
$(FFMPEG_CONFIGURE_PROTOCOLS) \
|
||||||
$(FFMPEG_CONFIGURE_IPv6) \
|
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=bind
|
PKG_NAME:=bind
|
||||||
PKG_VERSION:=9.5.0-P1
|
PKG_VERSION:=9.5.0-P1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:= \
|
PKG_SOURCE_URL:= \
|
||||||
@ -81,7 +81,6 @@ export BUILD_CC="$(TARGET_CC)"
|
|||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--enable-ipv6 \
|
|
||||||
--with-randomdev="/dev/urandom" \
|
--with-randomdev="/dev/urandom" \
|
||||||
--disable-threads \
|
--disable-threads \
|
||||||
--with-openssl="$(STAGING_DIR)/usr" \
|
--with-openssl="$(STAGING_DIR)/usr" \
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=elinks
|
PKG_NAME:=elinks
|
||||||
PKG_VERSION:=0.11.6
|
PKG_VERSION:=0.11.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://elinks.or.cz/download
|
PKG_SOURCE_URL:=http://elinks.or.cz/download
|
||||||
@ -79,7 +79,6 @@ define Build/Configure
|
|||||||
--without-spidermonkey\
|
--without-spidermonkey\
|
||||||
--without-x\
|
--without-x\
|
||||||
--without-zlib \
|
--without-zlib \
|
||||||
--disable-ipv6 \
|
|
||||||
);
|
);
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=hiawatha
|
PKG_NAME:=hiawatha
|
||||||
PKG_VERSION:=6.15
|
PKG_VERSION:=6.15
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.hiawatha-webserver.org/files/
|
PKG_SOURCE_URL:=http://www.hiawatha-webserver.org/files/
|
||||||
@ -32,8 +32,7 @@ endef
|
|||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--disable-cache \
|
--disable-cache \
|
||||||
--disable-ssl \
|
--disable-ssl
|
||||||
--disable-ipv6
|
|
||||||
|
|
||||||
CONFIGURE_VARS+= \
|
CONFIGURE_VARS+= \
|
||||||
ac_cv_file__dev_urandom=yes
|
ac_cv_file__dev_urandom=yes
|
||||||
|
@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||||||
|
|
||||||
PKG_NAME:=ipsec-tools
|
PKG_NAME:=ipsec-tools
|
||||||
PKG_VERSION:=0.7.2
|
PKG_VERSION:=0.7.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@SF/ipsec-tools
|
PKG_SOURCE_URL:=@SF/ipsec-tools
|
||||||
@ -38,8 +38,7 @@ CONFIGURE_ARGS += \
|
|||||||
--enable-hybrid \
|
--enable-hybrid \
|
||||||
--enable-security-context=no \
|
--enable-security-context=no \
|
||||||
--enable-natt \
|
--enable-natt \
|
||||||
--enable-adminport \
|
--enable-adminport
|
||||||
--enable-ipv6
|
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
$(call Build/Prepare/Default)
|
$(call Build/Prepare/Default)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=irssi-glib1
|
PKG_NAME:=irssi-glib1
|
||||||
PKG_VERSION:=0.8.10
|
PKG_VERSION:=0.8.10
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=irssi-$(PKG_VERSION)a.tar.bz2
|
PKG_SOURCE:=irssi-$(PKG_VERSION)a.tar.bz2
|
||||||
PKG_SOURCE_URL:=http://irssi.org/files/
|
PKG_SOURCE_URL:=http://irssi.org/files/
|
||||||
@ -39,7 +39,6 @@ define Build/Configure
|
|||||||
--without-file-offset-size \
|
--without-file-offset-size \
|
||||||
--without-ssl \
|
--without-ssl \
|
||||||
--disable-ssl \
|
--disable-ssl \
|
||||||
--enable-ipv6 \
|
|
||||||
--disable-proxy \
|
--disable-proxy \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=irssi
|
PKG_NAME:=irssi
|
||||||
PKG_VERSION:=0.8.13
|
PKG_VERSION:=0.8.13
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://irssi.org/files/
|
PKG_SOURCE_URL:=http://irssi.org/files/
|
||||||
@ -62,7 +62,6 @@ $(STAMP_BUILT)-$(2): $(STAMP_PREPARED)
|
|||||||
--without-terminfo \
|
--without-terminfo \
|
||||||
--without-bot \
|
--without-bot \
|
||||||
--without-file-offset-size \
|
--without-file-offset-size \
|
||||||
--disable-ipv6 \
|
|
||||||
--disable-proxy \
|
--disable-proxy \
|
||||||
$(3))
|
$(3))
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)
|
$(MAKE) -C $(PKG_BUILD_DIR)
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ngrep
|
PKG_NAME:=ngrep
|
||||||
PKG_VERSION:=1.45
|
PKG_VERSION:=1.45
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@SF/ngrep
|
PKG_SOURCE_URL:=@SF/ngrep
|
||||||
@ -39,7 +39,6 @@ define Build/Configure
|
|||||||
--with-pcap-includes=$(STAGING_DIR)/usr/include \
|
--with-pcap-includes=$(STAGING_DIR)/usr/include \
|
||||||
--enable-pcre \
|
--enable-pcre \
|
||||||
--with-pcre=$(STAGING_DIR)/usr \
|
--with-pcre=$(STAGING_DIR)/usr \
|
||||||
--enable-ipv6 \
|
|
||||||
--disable-dropprivs \
|
--disable-dropprivs \
|
||||||
,\
|
,\
|
||||||
LDFLAGS="$(TARGET_LDFLAGS) -lpcre" \
|
LDFLAGS="$(TARGET_LDFLAGS) -lpcre" \
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=quagga-unstable
|
PKG_NAME:=quagga-unstable
|
||||||
PKG_VERSION:=0.99.14
|
PKG_VERSION:=0.99.14
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_MD5SUM:=3a075fd5e26ec6d52f4a51b14a2d3c2c
|
PKG_MD5SUM:=3a075fd5e26ec6d52f4a51b14a2d3c2c
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://www.quagga.net/download/ \
|
PKG_SOURCE_URL:=http://www.quagga.net/download/ \
|
||||||
@ -97,7 +97,6 @@ define Build/Configure
|
|||||||
--sysconfdir=/etc/quagga/ \
|
--sysconfdir=/etc/quagga/ \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-ipv6 \
|
|
||||||
--enable-vtysh \
|
--enable-vtysh \
|
||||||
--enable-user=quagga \
|
--enable-user=quagga \
|
||||||
--enable-group=quagga \
|
--enable-group=quagga \
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=quagga
|
PKG_NAME:=quagga
|
||||||
PKG_VERSION:=0.98.6
|
PKG_VERSION:=0.98.6
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
PKG_MD5SUM:=b0d4132039953a0214256873b7d23d68
|
PKG_MD5SUM:=b0d4132039953a0214256873b7d23d68
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://www.quagga.net/download/ \
|
PKG_SOURCE_URL:=http://www.quagga.net/download/ \
|
||||||
@ -96,7 +96,6 @@ define Build/Configure
|
|||||||
--sysconfdir=/etc/quagga/ \
|
--sysconfdir=/etc/quagga/ \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-ipv6 \
|
|
||||||
--enable-vtysh \
|
--enable-vtysh \
|
||||||
--enable-user=quagga \
|
--enable-user=quagga \
|
||||||
--enable-group=quagga \
|
--enable-group=quagga \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2008 OpenWrt.org
|
# Copyright (C) 2007-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=rsync
|
PKG_NAME:=rsync
|
||||||
PKG_VERSION:=3.0.3
|
PKG_VERSION:=3.0.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://rsync.samba.org/ftp/rsync
|
PKG_SOURCE_URL:=http://rsync.samba.org/ftp/rsync
|
||||||
@ -41,7 +41,6 @@ endef
|
|||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--with-included-popt=no \
|
--with-included-popt=no \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--disable-ipv6 \
|
|
||||||
--disable-locale \
|
--disable-locale \
|
||||||
--disable-xattr-support \
|
--disable-xattr-support \
|
||||||
--disable-acl-support \
|
--disable-acl-support \
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=tcpdump
|
PKG_NAME:=tcpdump
|
||||||
PKG_VERSION:=3.9.8
|
PKG_VERSION:=3.9.8
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.tcpdump.org/release/ \
|
PKG_SOURCE_URL:=http://www.tcpdump.org/release/ \
|
||||||
@ -30,7 +30,6 @@ endef
|
|||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-ipv6 \
|
|
||||||
--without-crypto \
|
--without-crypto \
|
||||||
, \
|
, \
|
||||||
BUILD_CC="$(TARGET_CC)" \
|
BUILD_CC="$(TARGET_CC)" \
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=znc
|
PKG_NAME:=znc
|
||||||
PKG_VERSION:=0.070
|
PKG_VERSION:=0.070
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/znc
|
PKG_SOURCE_URL:=@SF/znc
|
||||||
@ -42,7 +42,6 @@ CONFIGURE_VARS += \
|
|||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
--disable-perl \
|
--disable-perl \
|
||||||
--disable-ipv6 \
|
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
CXX="g++-uc"
|
CXX="g++-uc"
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=mpd
|
PKG_NAME:=mpd
|
||||||
PKG_VERSION:=0.15.1
|
PKG_VERSION:=0.15.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@SF/musicpd
|
PKG_SOURCE_URL:=@SF/musicpd
|
||||||
@ -60,7 +60,6 @@ define Build/Configure
|
|||||||
--disable-mpc \
|
--disable-mpc \
|
||||||
--disable-aac \
|
--disable-aac \
|
||||||
--disable-lsr \
|
--disable-lsr \
|
||||||
--disable-ipv6 \
|
|
||||||
--disable-ao \
|
--disable-ao \
|
||||||
--disable-mvp \
|
--disable-mvp \
|
||||||
--disable-lametest \
|
--disable-lametest \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2008 OpenWrt.org
|
# Copyright (C) 2006-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=sane-backends
|
PKG_NAME:=sane-backends
|
||||||
PKG_VERSION:=1.0.19
|
PKG_VERSION:=1.0.19
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=ftp://ftp.sane-project.org/pub/sane/$(PKG_NAME)-$(PKG_VERSION)/
|
PKG_SOURCE_URL:=ftp://ftp.sane-project.org/pub/sane/$(PKG_NAME)-$(PKG_VERSION)/
|
||||||
@ -68,7 +68,6 @@ endef
|
|||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-ipv6 \
|
|
||||||
--disable-translations \
|
--disable-translations \
|
||||||
--without-gphoto2 \
|
--without-gphoto2 \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user