From: Michael Tremer Date: Fri, 12 Nov 2010 01:04:20 +0000 (+0100) Subject: ncurses: Fix build. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=228407eff51cb99d5b48e510aeaf2687471e215d;p=ipfire-3.x.git ncurses: Fix build. --- diff --git a/pkgs/core/ncurses/ncurses.nm b/pkgs/core/ncurses/ncurses.nm index 10d00db6c..251a8f1ca 100644 --- a/pkgs/core/ncurses/ncurses.nm +++ b/pkgs/core/ncurses/ncurses.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = ncurses PKG_VER = 5.7 -PKG_REL = 0 +PKG_REL = 1 PKG_MAINTAINER = PKG_GROUP = System/Base @@ -34,7 +34,7 @@ PKG_URL = http://invisible-island.net/ncurses/ncurses.html PKG_LICENSE = MIT PKG_SUMMARY = Ncurses support utilities. -PKG_PACKAGES += $(PKG_NAME_REAL)-devel +PKG_BUILD_DEPS+= gcc-c++ define PKG_DESCRIPTION The curses library routines are a terminal-independent method of \ @@ -45,9 +45,7 @@ endef PKG_TARBALL = $(THISAPP).tar.gz -############################################################################### -# Installation Details -############################################################################### +PKG_PACKAGES += $(PKG_NAME_REAL)-devel define STAGE_BUILD cd $(DIR_APP) && \