# | Line 1 | Line 1 | |
---|---|---|
1 | ### RPM external log4cplus 1.0.2 | |
2 | ||
3 | < | Source: dl.sourceforge.net/%n/%{n}-%{v}.tar.gz |
4 | < | |
5 | < | |
3 | > | Source: http://switch.dl.sourceforge.net/sourceforge/%n/%{n}-%{v}.tar.gz |
4 | ||
5 | %build | |
6 | < | configure --prefix=%i |
7 | < | make |
6 | > | ./configure --prefix=%i |
7 | > | case $(uname)-$(uname -m) in |
8 | > | Darwin*) |
9 | > | perl -p -i -e "s|\/\* #undef socklen_t \*\/|#undef socklen_t|" include/log4cplus/config.h;; |
10 | > | esac |
11 | > | make |
12 | ||
13 | %install | |
14 | make install |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |