RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall
Root: /v/rpm/cvs Email: rse@rpm5.org
Module: rpm Date: 08-Dec-2007 23:46:30
Branch: HEAD Handle: 2007120822463000
Modified files:
rpm/rpmio rpmxar.c
Log:
another workaround to try to get this building without XAR enabled
Summary:
Revision Changes Path
2.15 +3 -0 rpm/rpmio/rpmxar.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/rpmio/rpmxar.c
============================================================================
$ cvs diff -u -r2.14 -r2.15 rpmxar.c
--- rpm/rpmio/rpmxar.c 8 Dec 2007 09:22:01 -0000 2.14
+++ rpm/rpmio/rpmxar.c 8 Dec 2007 22:46:30 -0000 2.15
@@ -51,6 +51,9 @@
#define xar_extract_tobuffersz(_x, _f, _b, _bsize) (1)
#define xar_get_path(_f) "*No XAR*"
#define xar_opt_set(_a1, _a2, _a3) (1)
+#define XAR_OPT_COMPRESSION 0
+#define XAR_OPT_VAL_NONE 0
+#define XAR_OPT_VAL_GZIP 0
#endif /* WITH_XAR */
#define _RPMXAR_INTERNAL
@@ .
Received on Sat Dec 8 23:46:30 2007