RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Olivier Thauvin
Root: /v/rpm/cvs Email: nanardon@rpm5.org
Module: rpm Date: 18-Aug-2008 13:00:52
Branch: HEAD Handle: 2008081811005200
Modified files:
rpm/rpmconstant rpmh2tbl
Log:
- include .h files in rpmconstanttbl.c to ensure #define are done when
compiling it
Summary:
Revision Changes Path
1.9 +2 -1 rpm/rpmconstant/rpmh2tbl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/rpmconstant/rpmh2tbl
============================================================================
$ cvs diff -u -r1.8 -r1.9 rpmh2tbl
--- rpm/rpmconstant/rpmh2tbl 26 Nov 2007 05:16:52 -0000 1.8
+++ rpm/rpmconstant/rpmh2tbl 18 Aug 2008 11:00:52 -0000 1.9
@@ -15,7 +15,7 @@
##- along with this program; if not, write to the Free Software
##- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: rpmh2tbl,v 1.8 2007/11/26 05:16:52 jbj Exp $
+# $Id: rpmh2tbl,v 1.9 2008/08/18 11:00:52 nanardon Exp $
my @availlabletables;
@@ -154,6 +154,7 @@
/* From $hbasename
* prefix tag: $tableprefix{$tbl}
* table: $tbl */
+#include "$hbasename"
EOF
printf $ch "static const struct rpmconstant_s %sctbl[] = {\n",
$tbl;
@@ .
Received on Mon Aug 18 13:00:53 2008