Skip to content

Commit 8300c87

Browse files
authored
Merge pull request #11 from indexdata/pwot
Do NOT patch up INST_ARCHLIB
2 parents ebda0a7 + 76e4109 commit 8300c87

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Revision history for Perl extension Net::Z3950::SimpleServer
22

3+
IN PROGRESS
4+
* Revert ZOOM-31, which prevented installation from
5+
working. See https://folio-org.atlassian.net/browse/ZF-103
6+
37
1.27 Fri 5 Jul 2024 20:35:58 BST
48
* Rework configuration to use Debian's yaz-config when
59
pkg-config is absent. Fixes ZOOM-30.

Makefile.PL

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,9 @@ __EOT__
6363

6464
# When running on MacOS Monterey 12.7.5, "make test" fails with
6565
# Can't load 'blib/arch/auto/Net/Z3950/SimpleServer/SimpleServer.bundle' for module Net::Z3950::SimpleServer [...] (relative path not allowed in hardened program)
66-
# We prevent this by overriding the target with an absolute path:
67-
sub MY::postamble { 'INST_ARCHLIB = `pwd`/blib/arch' }
66+
# We can prevent this by overriding the target with an absolute path:
67+
#
68+
# HOWEVER, doing so causes the "make install" phase to fail: see
69+
# https://folio-org.atlassian.net/browse/ZF-103
70+
# So until we figure out something better, we'll just comment this out.
71+
#sub MY::postamble { 'INST_ARCHLIB = `pwd`/blib/arch' }

0 commit comments

Comments
 (0)