summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-06-28 22:19:08 +0000
committerjbj <devnull@localhost>2001-06-28 22:19:08 +0000
commit3e219ad91a7ccc6632b948c5bab03694f3f6b25d (patch)
treef4b671f95d55c43cc5cd1748a1fbc41dd265f66e /perl
parentb533de2b2722679b3e1bc486467310bd8c61f806 (diff)
downloadrpm-3e219ad91a7ccc6632b948c5bab03694f3f6b25d.tar.gz
rpm-3e219ad91a7ccc6632b948c5bab03694f3f6b25d.tar.bz2
rpm-3e219ad91a7ccc6632b948c5bab03694f3f6b25d.zip
- fix: sanity checks on #tags (<65K) and offset (<16Mb) in header.
- fix: add -r to useradd to prevent /etc/skel glop (#46215). - fix: disambiguate typedef and struct name(s) for kpackage. CVS patchset: 4908 CVS date: 2001/06/28 22:19:08
Diffstat (limited to 'perl')
-rw-r--r--perl/Makefile.PL2
-rw-r--r--perl/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/perl/Makefile.PL b/perl/Makefile.PL
index f62ecfe58..641cc1468 100644
--- a/perl/Makefile.PL
+++ b/perl/Makefile.PL
@@ -12,7 +12,7 @@ WriteMakefile(
'CCFLAGS' => '-g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts',
'OPTIMIZE'=> '-g',
'DEFINE' => '-Dbool=char -DHAS_BOOL',
- 'INC' => ' -I../build -I../lib -I../popt -I/usr/include/rpm',
+ 'INC' => ' -I/usr/local/include -I../build -I../lib -I../popt -I/usr/include/rpm',
'depend' => { 'rpm.c' => 'transaction.xs header.xs db.xs' },
);
diff --git a/perl/Makefile.in b/perl/Makefile.in
index 50e77f0d6..51585138d 100644
--- a/perl/Makefile.in
+++ b/perl/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4-p2 from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation