OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Steffen Weinreich
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 29-Sep-2005 14:50:46
Branch: HEAD Handle: 2005092913504600
Modified files:
openpkg-src/openpkg openpkg.spec rpmtool
Log:
Extended the PIC/DSO workaround to x86_64 Linux based maschines
Summary:
Revision Changes Path
1.452 +1 -1 openpkg-src/openpkg/openpkg.spec
1.45 +1 -1 openpkg-src/openpkg/rpmtool
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.451 -r1.452 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 24 Sep 2005 12:12:27 -0000 1.451
+++ openpkg-src/openpkg/openpkg.spec 29 Sep 2005 12:50:46 -0000 1.452
@@ -38,7 +38,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20050924
+%define V_openpkg 20050929
# the used software versions
%define V_rpm 4.2.1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/rpmtool
============================================================================
$ cvs diff -u -r1.44 -r1.45 rpmtool
--- openpkg-src/openpkg/rpmtool 27 Jul 2005 06:24:39 -0000 1.44
+++ openpkg-src/openpkg/rpmtool 29 Sep 2005 12:50:46 -0000 1.45
@@ -475,7 +475,7 @@
fi
fi
case "$platform" in
- amd64:FreeBSD:*:* | ia64:FreeBSD:*:* )
+ amd64:FreeBSD:*:* | ia64:FreeBSD:*:* | x86_64:Linux:*:* )
# at least under FreeBSD on amd64 and ia64 the GNU
# binutils strictly require Position Independent
# Code (PIC) when Dynamic Shared Objects (DSO) are
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]