1.1 --- a/openpkg/openpkg.spec Tue Jul 31 10:03:54 2012 +0200 1.2 +++ b/openpkg/openpkg.spec Tue Jul 31 12:12:54 2012 +0200 1.3 @@ -39,7 +39,7 @@ 1.4 # o any cc(1) 1.5 1.6 # the package version/release 1.7 -%define V_openpkg 20110424 1.8 +%define V_openpkg 20120714 1.9 1.10 # the used software versions 1.11 %define V_rpm 4.2.1 1.12 @@ -550,6 +550,7 @@ 1.13 # bootstrap GNU patch tool 1.14 ${l_gzip} -dc `SOURCE patch-%{V_patch}.tar.gz` | ${l_tar} xf - 2>/dev/null || true 1.15 ( cd patch-%{V_patch} 1.16 + cp `SOURCE rplstrnlen.c` gl/lib/strnlen.c 1.17 chmod u+w config.guess config.sub >/dev/null 2>&1 || true 1.18 cp ../config/config.guess . 1.19 cp ../config/config.sub . 1.20 @@ -846,9 +847,6 @@ 1.21 1.22 # build cURL tool 1.23 ( cd curl-%{V_curl} 1.24 - sh $shtool subst \ 1.25 - -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \ 1.26 - configure 1.27 ( echo 'ac_cv_header_openssl_engine_h=no' 1.28 echo 'lt_cv_prog_compiler_c_o_F77=no' 1.29 echo 'lt_cv_sys_max_cmd_len=100'