OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 15-Jun-2007 16:30:23
Branch: HEAD Handle: 2007061515302300
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec
Log:
fix curl run-time failure when attempting HTTPS transfers on amd64
Summary:
Revision Changes Path
1.462 +1 -0 openpkg-src/openpkg/HISTORY
1.597 +7 -2 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.461 -r1.462 HISTORY
--- openpkg-src/openpkg/HISTORY 8 Jun 2007 17:16:31 -0000 1.461
+++ openpkg-src/openpkg/HISTORY 15 Jun 2007 14:30:23 -0000 1.462
@@ -2,6 +2,7 @@
2007
====
+20070614 synchronize 64bit -fPIC option and ./config usage from "openssl"
package
20070608 upgrade to GNU tar 1.17
20070608 fix tracking of gzip
20070607 use path /etc/rc.d/init.d/ instead of non-standard /etc/init.d/
under AIX
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.596 -r1.597 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 8 Jun 2007 17:16:31 -0000 1.596
+++ openpkg-src/openpkg/openpkg.spec 15 Jun 2007 14:30:23 -0000 1.597
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20070608
+%define V_openpkg 20070615
# the used software versions
%define V_rpm 4.2.1
@@ -827,9 +827,14 @@
case $plid in
SunOS/* ) opts="-lnsl -lsocket" ;;
esac
+ case `sh $shtool platform -n -L -S "" -C "+" -F "%<ap>-%<sp>"` in
+ amd64-* ) opts="$opts -fPIC" ;;
+ ia64-* ) opts="$opts -fPIC" ;;
+ sparc64-freebsd* ) opts="$opts -fPIC" ;;
+ esac
CC="${l_cc}" \
PERL="${l_perl}" \
- $l_perl ./Configure cc \
+ ./config \
--prefix=%{l_prefix} \
no-asm no-shared no-dso \
no-zlib no-idea no-threads no-krb5 no-hw \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]