postgresql-7.1.plperl.patch

来自「opennms得相关源码 请大家看看」· PATCH 代码 · 共 11 行

PATCH
11
字号
--- postgresql-7.1beta4/src/pl/plperl/Makefile.PL.orig  Wed Jan 31 00:54:56 2001+++ postgresql-7.1beta4/src/pl/plperl/Makefile.PL       Wed Jan 31 01:06:50 2001@@ -10,5 +10,5 @@ # seems pretty unlikely anyway.) #-if ($Config{'useshrplib'} ne 'true') {+if ($Config{'useshrplib'} ne 'true' && $ARGV[0] ne '--force') {        open(OUT, ">Makefile") or die "Can't write Makefile: $!\n";        print OUT <<'EndOfMakefile';

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?