1 |
< |
### RPM external python 2.4.2-CMS8 |
1 |
> |
### RPM external python 2.4.2-CMS3q |
2 |
|
## INITENV +PATH PATH %i/bin |
3 |
|
## INITENV +PATH LD_LIBRARY_PATH %i/lib |
4 |
|
# OS X patches and build fudging stolen from fink |
59 |
|
done |
60 |
|
done |
61 |
|
|
62 |
< |
./configure --prefix=%i --enable-shared --without-tkinter --disable-tkinter --without-readline |
62 |
> |
./configure --prefix=%i --enable-shared --without-tkinter --disable-tkinter |
63 |
> |
|
64 |
> |
# Link 32-bit readline library missing in the system area on 64-bit |
65 |
> |
# machines: |
66 |
> |
|
67 |
> |
mkdir -p %{i}/lib |
68 |
> |
ln -s /usr/lib/libreadline.so.4.3 %{i}/lib/libreadline.so |
69 |
> |
|
70 |
|
make %makeprocesses |
71 |
|
|
72 |
|
%install |