Date:2011-05-22 18:53:09 (12 years 10 months ago)
Author:jow
Commit:9a8b34e794e41ccfd9d4e2317387f87498199c7b
Message:[package] ncurses: enable C++ bindings (#9442)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26970 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: package/ncurses/Makefile (4 diffs)

Change Details

package/ncurses/Makefile
11#
2# Copyright (C) 2006-2010 OpenWrt.org
2# Copyright (C) 2006-2011 OpenWrt.org
33#
44# This is free software, licensed under the GNU General Public License v2.
55# See /LICENSE for more information.
...... 
99
1010PKG_NAME:=ncurses
1111PKG_VERSION:=5.7
12PKG_RELEASE:=4
12PKG_RELEASE:=5
1313
1414PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
1515PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
...... 
5555    --enable-overwrite \
5656    --disable-rpath \
5757    --without-ada \
58    --without-cxx \
59    --without-cxx-binding \
6058    --without-debug \
6159    --without-profile \
6260    --without-progs \
...... 
129127
130128    $(INSTALL_DIR) $(1)/usr/bin $(2)/bin
131129    $(CP) $(PKG_INSTALL_DIR)/usr/bin/ncursesw5-config $(2)/bin/
132    $(SED) 's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' \
133    $(2)/bin/ncursesw5-config
130    $(SED) 's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' -e 's/$$$$INCS //g' \
131        $(2)/bin/ncursesw5-config
134132    ln -sf $(STAGING_DIR)/host/bin/ncursesw5-config $(1)/usr/bin/ncursesw5-config
135133endef
136134else

Archive Download the corresponding diff file



interactive