From b2e9ef91992116c18be9b1c4abaeae794b35d82e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 21 Apr 2011 00:20:15 +0000 Subject: fix building after last commit --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') 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"; -- cgit v1.2.1