aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-04-21 00:20:15 +0000
committerThierry Vignaud <tv@mageia.org>2011-04-21 00:20:15 +0000
commitb2e9ef91992116c18be9b1c4abaeae794b35d82e (patch)
treec5c4e4a0b86c4765b321012f22940a74c87e3b1a /Makefile.PL
parentc8bd8f93a8a9c91d69f63f626ffe6d544068e21c (diff)
downloadperl-URPM-b2e9ef91992116c18be9b1c4abaeae794b35d82e.tar
perl-URPM-b2e9ef91992116c18be9b1c4abaeae794b35d82e.tar.gz
perl-URPM-b2e9ef91992116c18be9b1c4abaeae794b35d82e.tar.bz2
perl-URPM-b2e9ef91992116c18be9b1c4abaeae794b35d82e.tar.xz
perl-URPM-b2e9ef91992116c18be9b1c4abaeae794b35d82e.zip
fix building after last commit
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 9b5b3d0..eb0a823 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -50,7 +50,7 @@ ChangeLog:
}
my @rpmflags;
-my $ldflags = `pkg-config --libs rpm -lrpmbuild`;
+my $ldflags = `pkg-config --libs rpm` . ' -lrpmbuild';
if ($hversion ge hexversion("4.9.0") && $hversion lt hexversion("5.0")) {
# rpm.org version 4.9.0
push @rpmflags, "-DRPM490";