# | Line 2 | Line 2 | |
---|---|---|
2 | # Override default realversion since there is a "-" in the realversion | |
3 | %define realversion 20071001-0000a | |
4 | Source: http://xrootd.slac.stanford.edu/download/%{realversion}/%n-%{realversion}.src.tgz | |
5 | < | # |
5 | > | Requires: openssl |
6 | ||
7 | %prep | |
8 | %setup -n xrootd | |
9 | ||
10 | %build | |
11 | < | ./configure.classic |
11 | > | ./configure.classic --disable-krb4 --disable-krb5 --with-ssl-incdir=$OPENSSL_ROOT/include --with-ssl-libdir=$OPENSSL_ROOT/lib |
12 | gmake | |
13 | ||
14 | %install |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |