From 3a441c3753f63a99d85aeaee0e3a722fbcf17a16 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 28 Sep 2008 09:18:40 +0000 Subject: [PATCH] mercurial Makefile cleanups! git-svn-id: svn://svn.openwrt.org/openwrt/packages@12757 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/mercurial/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/mercurial/Makefile b/net/mercurial/Makefile index ac0d7dde4..9ab24dafd 100644 --- a/net/mercurial/Makefile +++ b/net/mercurial/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE_URL:=http://selenic.com/mercurial/release/ PKG_SOURCE:=mercurial-$(PKG_VERSION).tar.gz -#PKG_MD5SUM:=9f8dd7fa6f8886f77be9b923f008504c +PKG_MD5SUM:=32432616f517107e6582721c257cd1f4 PKG_BUILD_DEPENDS:=python include $(INCLUDE_DIR)/package.mk @@ -28,13 +28,13 @@ define Package/mercurial endef define Package/mercurial/description - DESCRIPTION:=A fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. + A fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. endef HG_BUILDOPTS= \ CC="$(TARGET_CC)" \ LDSHARED="$(TARGET_CC) -shared" \ - CFLAGS="-I$(STAGING_DIR)/usr/include/python2.5/" \ + CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/python2.5/" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib -lpython2.5" define Build/Compile -- 2.11.0