summaryrefslogtreecommitdiffstats
path: root/perl-install/c/Makefile.PL
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2011-02-14 12:51:59 +0000
committerAntoine Ginies <aginies@mandriva.com>2011-02-14 12:51:59 +0000
commit8e1ccca9d35da315a1aceec3cde2e47a4f7c3c2e (patch)
treee0d25e7b7caf13199870f9ec5209095515a0ac7c /perl-install/c/Makefile.PL
parent78840527a343272e3ed3bb7fce46d70b5e5b2ce9 (diff)
downloaddrakx-backup-do-not-use-8e1ccca9d35da315a1aceec3cde2e47a4f7c3c2e.tar
drakx-backup-do-not-use-8e1ccca9d35da315a1aceec3cde2e47a4f7c3c2e.tar.gz
drakx-backup-do-not-use-8e1ccca9d35da315a1aceec3cde2e47a4f7c3c2e.tar.bz2
drakx-backup-do-not-use-8e1ccca9d35da315a1aceec3cde2e47a4f7c3c2e.tar.xz
drakx-backup-do-not-use-8e1ccca9d35da315a1aceec3cde2e47a4f7c3c2e.zip
add parted
Diffstat (limited to 'perl-install/c/Makefile.PL')
-rw-r--r--perl-install/c/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/c/Makefile.PL b/perl-install/c/Makefile.PL
index 405c02ecc..8cb2524c9 100644
--- a/perl-install/c/Makefile.PL
+++ b/perl-install/c/Makefile.PL
@@ -6,7 +6,7 @@ use Config;
my $lib = arch() =~ /x86_64/ ? 'lib64' : 'lib';
-my $libs = '-lldetect';
+my $libs = '-lldetect -lparted';
my $pcmcia_probe_o = "/usr/$lib/drakx-installer-binaries/pcmcia_probe.o";