From 5cc7f9ae541992410f480fe4b84c4502a8dd67e4 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 17 Jan 2003 08:10:21 +0000 Subject: [PATCH] make sure it finds ncurses --- scli/scli.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scli/scli.spec b/scli/scli.spec index bde42dffae..2d50b30ef5 100644 --- a/scli/scli.spec +++ b/scli/scli.spec @@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL] Group: Network License: GPL Version: 0.2.12 -Release: 20021219 +Release: 20030117 # list of sources Source0: ftp://ftp.ibr.cs.tu-bs.de/pub/local/scli/scli-%{version}.tar.gz @@ -55,7 +55,7 @@ AutoReqProv: no %build CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ - CPPFLAGS="%{l_cppflags}" \ + CPPFLAGS="%{l_cppflags ncurses}" \ LDFLAGS="%{l_ldflags}" \ ./configure \ --prefix=%{l_prefix} \