From 4f7bab7db1d0447e41f858633cddba1dcb2c9ea2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 10 May 2012 19:03:23 -0400 Subject: Support building with the Perl XS bindings disabled Since the Perl bindings require shared libraries, this is required on platforms such as Cygwin where we do a static build. --- substitute.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'substitute.mk') diff --git a/substitute.mk b/substitute.mk index d28b330a673d..eb489c97a509 100644 --- a/substitute.mk +++ b/substitute.mk @@ -30,6 +30,7 @@ -e "s^@xsltproc\@^$(xsltproc)^g" \ -e "s^@sqlite_bin\@^$(sqlite_bin)^g" \ -e "s^@version\@^$(VERSION)^g" \ + -e "s^@perlbindings\@^$(perlbindings)^g" \ -e "s^@testPath\@^$(coreutils):$$(dirname $$(type -p expr))^g" \ < $< > $@ || rm $@ if test -x $<; then chmod +x $@; fi -- cgit 1.4.1