OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-May-2006 17:45:37
Branch: HEAD Handle: 2006052316453600
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec
Log:
force OpenSSL to build with just platform "cc" for maximum portability
Summary:
Revision Changes Path
1.334 +1 -0 openpkg-src/openpkg/HISTORY
1.485 +5 -4 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.333 -r1.334 HISTORY
--- openpkg-src/openpkg/HISTORY 17 May 2006 13:12:56 -0000 1.333
+++ openpkg-src/openpkg/HISTORY 23 May 2006 15:45:36 -0000 1.334
@@ -2,6 +2,7 @@
2006
====
+20060523 force OpenSSL to build with just platform "cc" for maximum
portability
20060517 make "openpkg uuid update" processing more robust to prevent
problems
20060517 fix output of "openpkg build" wrapper script
20060515 fix building of OpenSSL by reducing used Perl features (integer.pm,
Cwd.pm)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.484 -r1.485 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 17 May 2006 07:35:30 -0000 1.484
+++ openpkg-src/openpkg/openpkg.spec 23 May 2006 15:45:36 -0000 1.485
@@ -38,7 +38,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20060517
+%define V_openpkg 20060523
# the used software versions
%define V_rpm 4.2.1
@@ -771,13 +771,14 @@
sh $shtool subst \
-e "1s;^.*\$;#!$l_perl;" \
Configure `find . -name "*.pl" -print`
- PERL=$l_perl \
- ./config \
+ CC="${l_cc}" \
+ PERL="${l_perl}" \
+ $l_perl ./Configure cc \
--prefix=%{l_prefix} \
-fPIC no-asm \
no-shared no-dso \
no-zlib no-idea no-threads no-krb5 no-hw
- ${l_make} build_libs build_apps || exit $?
+ ${l_make} CC="${l_cc}" build_libs build_apps || exit $?
( mkdir lib; cd lib; ln -s ../lib*.a . ) || exit $?
) || exit $?
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]