From c39e2a9ea09b9c57cd611a603af31c86f460519a Mon Sep 17 00:00:00 2001 From: jbj Date: Tue, 22 Feb 2000 03:09:53 +0000 Subject: macro expansion (and absolute path) in %files -f arg (#9508,#9091). CVS patchset: 3573 CVS date: 2000/02/22 03:09:53 --- perl/Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'perl') 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', -- cgit v1.2.3