]> git.pld-linux.org Git - packages/gfs.git/commitdiff
- BR: ncurses-devel, cflags fix
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 May 2006 00:48:32 +0000 (00:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gfs.spec -> 1.9

gfs.spec

index 6b60c2a3265b100307831fa1897c2d22e142bd5d..91493b81dc24cc5e4029eff3087362a9f49b67ce 100644 (file)
--- a/gfs.spec
+++ b/gfs.spec
@@ -10,6 +10,7 @@ Source0:      ftp://sources.redhat.com/pub/cluster/releases/cluster-%{version}.tar.gz
 # Source0-md5: 131c34c8b66d8d7d74384839ed4091d0
 URL:           http://sources.redhat.com/cluster/gfs/
 BuildRequires: iddev
+BuildRequires: ncurses-devel
 BuildRequires: perl-base
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -43,7 +44,7 @@ install %{name}-kernel/src/gfs/{gfs_ioctl.h,gfs_ondisk.h} %{name}/include/linux
 install %{name}-kernel/src/harness/lm_interface.h %{name}/include/linux
 cd %{name}
 
-%{__perl} -pi -e 's/-Wall/%{rpmcflags} -Wall/' make/defines.mk.input
+%{__perl} -pi -e 's,-Wall,%{rpmcflags} -I/usr/include/ncurses -Wall,' make/defines.mk.input
 %{__perl} -pi -e 's/-O2 //' gfs_{mkfs,quota,tool}/Makefile
 
 %build
This page took 0.074889 seconds and 4 git commands to generate.