# | Line 1 | Line 1 | |
---|---|---|
1 | ### RPM external ncurses 5.5 | |
2 | + | Requires: gcc-wrapper |
3 | Source: http://ftp.gnu.org/pub/gnu/ncurses/%{n}-%{v}.tar.gz | |
4 | ||
5 | %build | |
6 | < | ./configure --prefix=%i |
6 | > | ## IMPORT gcc-wrapper |
7 | > | ./configure --prefix=%i --with-shared --enable-symlinks |
8 | make | |
9 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |