Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37740877
en ru br
Репозитории ALT

Группа :: Разработка/Perl
Пакет: perl-Inline-Python

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: Inline-Python-0.56-use-shared-lib.patch
Скачать


diff --git a/Makefile.PL b/Makefile.PL
index 2636133..bbb02d8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -84,7 +84,7 @@ interrogate($sel);
 # Fix up the libpath and libpython
 die "Could not find Python.h in include path. make will not work" unless -e "$sel->{incpath}/Python.h";
 substr($sel->{incpath}, 0, 0) = "-I";
-substr($sel->{libpath}, 0, 0) = "-L";
+$sel->{libpath} = "";
 $sel->{libpython} =~ s/lib(.*)(?:\.\Q$Config{dlext}\E|\Q$Config{_a}\E)/-l$1/;
 
 my @flags;
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin