You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/lockdev/files/lockdev-1.0.3-fix-perl.patch

12 lines
307 B

--- lockdev-1.0.3.orig/LockDev/Makefile.PL
+++ lockdev-1.0.3/LockDev/Makefile.PL
@@ -7,7 +7,7 @@ WriteMakefile(
'LIBS' => [''],
'DEFINE' => '',
'INC' => '-I../src',
- 'MYEXTLIB' => '../src/lockdev.z',
+ 'MYEXTLIB' => '../.libs/liblockdev.so',
);
sub MY::postamble {