46 Source2: rc.mico |
46 Source2: rc.mico |
47 |
47 |
48 # build information |
48 # build information |
49 Prefix: %{l_prefix} |
49 Prefix: %{l_prefix} |
50 BuildRoot: %{l_buildroot} |
50 BuildRoot: %{l_buildroot} |
51 BuildPreReq: OpenPKG, openpkg >= 20060823, gcc, make |
51 BuildPreReq: OpenPKG, openpkg >= 20060823, make, gcc, gcc::with_cxx = yes |
52 PreReq: OpenPKG, openpkg >= 20060823 |
52 PreReq: OpenPKG, openpkg >= 20060823 |
53 %if "%{with_ssl}" == "yes" |
53 %if "%{with_ssl}" == "yes" |
54 BuildPreReq: openssl |
54 BuildPreReq: openssl |
55 PreReq: openssl |
55 PreReq: openssl |
56 %endif |
56 %endif |