X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=mail%2Fimapfilter%2FMakefile;h=e1d939bc46c5b6a90f53ba94c764b8ad3cfd1167;hp=89a237c7f373936ff3a9f77db35983e3800c4f73;hb=7adbd2438f05d7b26e0b8a45f146f7370440ab74;hpb=cb7444ab440fcd941fea8dd6d88df9d8103eee4d diff --git a/mail/imapfilter/Makefile b/mail/imapfilter/Makefile index 89a237c7f3..e1d939bc46 100644 --- a/mail/imapfilter/Makefile +++ b/mail/imapfilter/Makefile @@ -1,20 +1,19 @@ # -# Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=imapfilter -PKG_VERSION:=2.0.10 +PKG_VERSION:=2.0.11 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://imapfilter.hellug.gr/source/ -PKG_MD5SUM:=7a82c69a71105da185cb4dd7c57b01f7 +PKG_MD5SUM:=752a895a17754666a490bd445577309d include $(INCLUDE_DIR)/package.mk @@ -48,9 +47,10 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ - INCDIRS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \ - LIBDIRS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \ - MYCFLAGS="$(TARGET_CFLAGS)" + INCDIRS="$(TARGET_CPPFLAGS)" \ + LIBDIRS="$(TARGET_LDFLAGS)" \ + MYCFLAGS="$(TARGET_CFLAGS)" \ + MYLDFLAGS="-lcrypt" endef define Package/imapfilter/conffiles