diff options
author | jbj <devnull@localhost> | 2000-02-22 03:09:53 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-02-22 03:09:53 +0000 |
commit | c39e2a9ea09b9c57cd611a603af31c86f460519a (patch) | |
tree | d18ff926133e347ffe156c476013fc44ebc949a6 /perl | |
parent | 76b9a27eecd2b4f8e1af29d9b67ad9c0e079d3d3 (diff) | |
download | librpm-tizen-c39e2a9ea09b9c57cd611a603af31c86f460519a.tar.gz librpm-tizen-c39e2a9ea09b9c57cd611a603af31c86f460519a.tar.bz2 librpm-tizen-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.PL | 1 |
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', |