# | Line 5 | Line 5 | Source: http://ftp.gnu.org/gnu/%{n}/%{n} | |
---|---|---|
5 | %setup -n %n-%{realversion} | |
6 | ||
7 | %build | |
8 | < | ./configure --prefix=%{i} |
8 | > | ./configure --prefix=%{i} --with-expat=no |
9 | make %makeprocesses | |
10 | ||
11 | %install |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |