summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-02-22 03:09:53 +0000
committerjbj <devnull@localhost>2000-02-22 03:09:53 +0000
commitc39e2a9ea09b9c57cd611a603af31c86f460519a (patch)
treed18ff926133e347ffe156c476013fc44ebc949a6 /perl
parent76b9a27eecd2b4f8e1af29d9b67ad9c0e079d3d3 (diff)
downloadrpm-c39e2a9ea09b9c57cd611a603af31c86f460519a.tar.gz
rpm-c39e2a9ea09b9c57cd611a603af31c86f460519a.tar.bz2
rpm-c39e2a9ea09b9c57cd611a603af31c86f460519a.zip
macro expansion (and absolute path) in %files -f arg (#9508,#9091).
CVS patchset: 3573 CVS date: 2000/02/22 03:09:53
Diffstat (limited to 'perl')
-rw-r--r--perl/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/Makefile.PL b/perl/Makefile.PL
index e740ca0da..02baf9f40 100644
--- a/perl/Makefile.PL
+++ b/perl/Makefile.PL
@@ -7,6 +7,7 @@ WriteMakefile(
'NAME' => 'rpm',
'OBJECT' => 'rpm.o constant.o',
'VERSION_FROM' => 'rpm.pm', # finds $VERSION
+ 'MAKEFILE'=> 'PMakefile',
'LIBS' => [' -L/usr/local/lib -ldb1 -lz -lbz2'], # e.g., '-lm'
'CCFLAGS' => '-g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts',
'OPTIMIZE'=> '-g',