|
|
|
@ -39,15 +39,15 @@
|
|
|
|
|
# o any cc(1) |
|
|
|
|
|
|
|
|
|
# the package version and release |
|
|
|
|
%define V_openpkg 20020225 |
|
|
|
|
%define R_openpkg 20020225 |
|
|
|
|
%define V_openpkg 20020308 |
|
|
|
|
%define R_openpkg 20020308 |
|
|
|
|
|
|
|
|
|
# the used software versions |
|
|
|
|
%define V_rpm 4.0.2 |
|
|
|
|
%define V_zlib 1.1.3 |
|
|
|
|
%define V_bzip2 1.0.2 |
|
|
|
|
%define V_db 3.2.9 |
|
|
|
|
%define V_curl 7.9.3 |
|
|
|
|
%define V_curl 7.9.5 |
|
|
|
|
%define V_make 3.79.1 |
|
|
|
|
%define V_gzip 1.3.2 |
|
|
|
|
%define V_patch 2.5.4 |
|
|
|
@ -302,6 +302,7 @@ Provides: OpenPKG
|
|
|
|
|
CC="${l_cc}" |
|
|
|
|
./configure \ |
|
|
|
|
--prefix=%{l_prefix} \ |
|
|
|
|
--without-curses \ |
|
|
|
|
--disable-nls |
|
|
|
|
${l_make} |
|
|
|
|
(mv bash ..; ${l_make} clean || true; mv ../bash .) |
|
|
|
|