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: 23-Sep-2005 10:29:01
Branch: HEAD Handle: 2005092309290100
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec
Log:
fix rpm/configure not detecting inet_aton, causing rpmio.c fail with
gcc4
Summary:
Revision Changes Path
1.294 +1 -0 openpkg-src/openpkg/HISTORY
1.449 +4 -1 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.293 -r1.294 HISTORY
--- openpkg-src/openpkg/HISTORY 20 Sep 2005 12:20:54 -0000 1.293
+++ openpkg-src/openpkg/HISTORY 23 Sep 2005 08:29:01 -0000 1.294
@@ -2,6 +2,7 @@
2005
====
+20050923 fix rpm/configure not detecting inet_aton, causing rpmio.c fail
with gcc4
20050920 fix init script for Gentoo Linux to ensure startup as very last
service
20050902 upgrade to OSSP uuid 1.3.0
20050902 upgrade to cURL 7.14.1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.448 -r1.449 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 20 Sep 2005 12:20:54 -0000 1.448
+++ openpkg-src/openpkg/openpkg.spec 23 Sep 2005 08:29:01 -0000 1.449
@@ -38,7 +38,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20050920
+%define V_openpkg 20050923
# the used software versions
%define V_rpm 4.2.1
@@ -796,6 +796,9 @@
CFLAGS="$CPPFLAGS"
LDFLAGS="-L$br/zlib-%{V_zlib} -L$br/bzip2-%{V_bzip2}
-L$br/beecrypt-%{V_beecrypt}"
LIBS="$LDFLAGS -lz -lbz2 -lbeecrypt"
+ case "$os_name" in
+ SUNOS ) LIBS="$LIBS -lresolv" ;;
+ esac
export CC CPPFLAGS CFLAGS LDFLAGS LIBS
# adjust for BeeCrypt 4.0
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]