From 3aba12b12bc7ed2c781bbf7aa3c6aff85c957fee Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 3 Oct 2005 02:44:06 +0000 Subject: update to new upstream release (v1.0), change Maintainer and Source field in ipkg/control git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2041 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/chillispot/Makefile | 49 ++++++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 23 deletions(-) (limited to 'package/chillispot/Makefile') diff --git a/package/chillispot/Makefile b/package/chillispot/Makefile index 81937aab7..7e6fb7697 100644 --- a/package/chillispot/Makefile +++ b/package/chillispot/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=chillispot -PKG_VERSION:=1.0RC3 +PKG_VERSION:=1.0 PKG_RELEASE:=1 -PKG_MD5SUM:=9ad5f4181ae2e9e2d5ccb165c37dfdde +PKG_MD5SUM:=997827a9302a85920cfbc1334092ac0c PKG_SOURCE_URL:=http://www.chillispot.org/download PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -22,31 +22,34 @@ $(PKG_BUILD_DIR)/.configured: (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ - CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ - LDFLAGS="-L$(STAGING_DIR)/usr/lib" \ + CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \ + LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \ ac_cv_func_malloc_0_nonnull=yes \ ac_cv_func_memcmp_working=yes \ ac_cv_func_setvbuf_reversed=no \ ./configure \ - --target=$(GNU_TARGET_NAME) \ - --host=$(GNU_TARGET_NAME) \ - --build=$(GNU_HOST_NAME) \ - --program-prefix="" \ - --program-suffix="" \ - --prefix=/usr \ - --exec-prefix=/usr \ - --bindir=/usr/bin \ - --datadir=/usr/share \ - --includedir=/usr/include \ - --infodir=/usr/share/info \ - --libdir=/usr/lib \ - --libexecdir=/usr/lib \ - --localstatedir=/var \ - --mandir=/usr/share/man \ - --sbindir=/usr/sbin \ - --sysconfdir=/etc \ - $(DISABLE_LARGEFILE) \ - $(DISABLE_NLS) \ + --target=$(GNU_TARGET_NAME) \ + --host=$(GNU_TARGET_NAME) \ + --build=$(GNU_HOST_NAME) \ + --program-prefix="" \ + --program-suffix="" \ + --prefix=/usr \ + --exec-prefix=/usr \ + --bindir=/usr/bin \ + --datadir=/usr/share \ + --includedir=/usr/include \ + --infodir=/usr/share/info \ + --libdir=/usr/lib \ + --libexecdir=/usr/lib \ + --localstatedir=/var \ + --mandir=/usr/share/man \ + --sbindir=/usr/sbin \ + --sysconfdir=/etc \ + $(DISABLE_LARGEFILE) \ + $(DISABLE_NLS) \ + --enable-shared \ + --disable-static \ + --with-gnu-ld \ ); touch $@ -- cgit v1.2.3