RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Mark Hatle
Root: /v/rpm/cvs Email: fray@rpm5.org
Module: rpm Date: 29-Jun-2007 17:59:10
Branch: HEAD Handle: 2007062916591000
Modified files:
rpm/misc librpmmisc.vers
Log:
There are currently four possible internal libraries: zlib, file, db and lua.
If these were included in librpmmisc previously, they were set as local symbols
and not global symbols causing link failures. This change uses wild card
linker settings to make zlib, file, db and lua symbols global.
Summary:
Revision Changes Path
1.2 +4 -0 rpm/misc/librpmmisc.vers
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/misc/librpmmisc.vers
============================================================================
$ cvs diff -u -r1.1 -r1.2 librpmmisc.vers
--- rpm/misc/librpmmisc.vers 27 Jun 2007 20:44:08 -0000 1.1
+++ rpm/misc/librpmmisc.vers 29 Jun 2007 15:59:10 -0000 1.2
@@ -4,6 +4,10 @@
fnmatch;
glob;
globfree;
+ rpmz_*;
+ file_*;
+ db_*;
+ lua*;
local:
*;
};
@@ .
Received on Fri Jun 29 17:59:10 2007