]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: remove SUSE-specific curses hack
authorNathan Cutler <ncutler@suse.com>
Fri, 2 Oct 2015 09:01:44 +0000 (11:01 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 6 Oct 2015 12:33:57 +0000 (14:33 +0200)
Unclear what this was supposed to fix.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in

index faced45db9b0ecf15a4eb0998d24e7b0150a9794..780ab3b89dba2c00dbb351563c56590e44eb9fc6 100644 (file)
@@ -569,14 +569,6 @@ export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/i386/i486/'`
                %{?_with_tcmalloc} \
                CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"
 
-# fix bug in specific version of libedit-devel
-%if 0%{?suse_version}
-sed -i -e "s/-lcurses/-lncurses/g" Makefile
-sed -i -e "s/-lcurses/-lncurses/g" src/Makefile
-sed -i -e "s/-lcurses/-lncurses/g" man/Makefile
-sed -i -e "s/-lcurses/-lncurses/g" src/ocf/Makefile
-sed -i -e "s/-lcurses/-lncurses/g" src/java/Makefile
-%endif
 
 make -j$(getconf _NPROCESSORS_ONLN)