]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-perl-makefile.patch
- compress debuginfo sections with zlib (reduce /usr/lib/debug size).
[packages/rpm.git] / rpm-perl-makefile.patch
CommitLineData
44d9ee1c
ER
1--- rpm-4.5/perl/Makefile.PL.in~ 2008-10-05 01:31:01.000000000 +0300
2+++ rpm-4.5/perl/Makefile.PL.in 2008-10-05 01:31:09.224607131 +0300
3@@ -12,7 +12,7 @@
4 'NAME' => 'RPM',
5 'VERSION_FROM' => 'RPM.pm', # finds $VERSION
6 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1
7- 'LIBS' => [join(' ', @ldaddp) . ' ' . join(' ', @ldadd) . ' -lpopt -lneon -lbeecrypt -lpthread -lneon '],
8+ 'LIBS' => [join(' ', @ldaddp) . ' ' . join(' ', @ldadd) . ' @LIBS@ @WITH_POPT_LIB@ @WITH_BEECRYPT_LIB@ -lneon'],
9 'DEFINE' => join(" ", @defines), # e.g., '-DHAVE_SOMETHING'
10 'INC' => join(' ', map { '-I@top_srcdir@/'. $_ } @libdir) . ' @CPPFLAGS@',
11 'TYPEMAPS' => [ 'typemap' ],
This page took 0.025377 seconds and 4 git commands to generate.