From 3186810121254d605c7d3f07a9c8c8cb342c1331 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 9 Oct 2007 00:38:43 +0000 Subject: [PATCH] [packages] enable header and fix openh323 build against updated pwlib git-svn-id: svn://svn.openwrt.org/openwrt/packages@9205 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/pwlib/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/pwlib/Makefile b/libs/pwlib/Makefile index 066abed08..7362c6cfe 100644 --- a/libs/pwlib/Makefile +++ b/libs/pwlib/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. @@ -23,15 +23,14 @@ include $(INCLUDE_DIR)/package.mk define Package/pwlib SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+libpthread +uclibcxx TITLE:=Portable Windows library URL:=http://www.voxgratia.org/ endef define Package/pwlib/description - PWLib is a moderately large class library that was created as a - method to produce applications that run on both Microsoft - Windows and the X Window System. + PWLib is a moderately large class library that was created as a method to + produce applications that run on both Microsoft Windows and the X Window + System. endef CONFIGURE_ARGS += \ @@ -76,15 +75,16 @@ CONFIGURE_ARGS += \ --disable-video \ --disable-vxml \ --disable-wavfile \ - --disable-xmlrpc + --disable-xmlrpc \ CONFIGURE_VARS += \ - CXXFLAGS="$(TARGET_CFLAGS) -fno-builtin -fno-rtti" + CXXFLAGS="$(TARGET_CFLAGS) -fno-builtin -fno-rtti" \ MAKE_FLAGS += optnoshared define Build/InstallDev ln -sf $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR)/$(PKG_NAME) + $(SED) 's|//\(#include \)|\1|' $(PKG_BUILD_DIR)/include/ptlib.h endef define Build/UninstallDev -- 2.11.0