]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- no hardcoded libs in perl makefile
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 4 Oct 2008 22:34:48 +0000 (22:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-perl-makefile.patch -> 1.1.2.1

rpm-perl-makefile.patch [new file with mode: 0644]

diff --git a/rpm-perl-makefile.patch b/rpm-perl-makefile.patch
new file mode 100644 (file)
index 0000000..9387e26
--- /dev/null
@@ -0,0 +1,11 @@
+--- rpm-4.5/perl/Makefile.PL.in~       2008-10-05 01:31:01.000000000 +0300
++++ rpm-4.5/perl/Makefile.PL.in        2008-10-05 01:31:09.224607131 +0300
+@@ -12,7 +12,7 @@
+     'NAME'            => 'RPM',
+     'VERSION_FROM'    => 'RPM.pm', # finds $VERSION
+     'PREREQ_PM'               => {}, # e.g., Module::Name => 1.1
+-    'LIBS'            => [join(' ', @ldaddp) . ' ' . join(' ', @ldadd) . '    -lpopt -lneon -lbeecrypt -lpthread  -lneon  '],
++    'LIBS'            => [join(' ', @ldaddp) . ' ' . join(' ', @ldadd) . ' @LIBS@ @WITH_POPT_LIB@ @WITH_BEECRYPT_LIB@ -lneon'],
+     'DEFINE'          => join(" ", @defines), # e.g., '-DHAVE_SOMETHING'
+     'INC' => join(' ', map { '-I@top_srcdir@/'. $_ } @libdir) . ' @CPPFLAGS@',
+     'TYPEMAPS'          => [ 'typemap' ],
This page took 0.062414 seconds and 4 git commands to generate.