From 1cc741afb4ce2056fcbe403cda480e25495d9569 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 9 Oct 2007 00:41:34 +0000 Subject: [PATCH] [packages] openh323: remove useless package dependencies and add build-time dependency on pwlib, cleanup SVN-Revision: 9206 --- libs/openh323/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/libs/openh323/Makefile b/libs/openh323/Makefile index de55816cb2..e7320e7787 100644 --- a/libs/openh323/Makefile +++ b/libs/openh323/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2007 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -15,24 +15,22 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://trash.uid0.hu/openwrt/ PKG_MD5SUM:=ba1ffd45016f533bec2bb1539b78e43a -PKG_CAT:=zcat -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_BUILD_DEPENDS:=pwlib include $(INCLUDE_DIR)/package.mk define Package/libopenh323 SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+pwlib +uclibcxx TITLE:=OpenH323 library - URL:=http://www.openh323.org/ + URL:=http://openh323.sourceforge.net/ endef CONFIGURE_ARGS += \ --enable-minsize \ --enable-audio \ - --disable-video + --disable-video \ CONFIGURE_VARS += \ CXXFLAGS="$(TARGET_CFLAGS) -fno-builtin -fno-rtti" \ -- 2.30.2