[Pkg-mono-svn-commits] [mono] 01/01: Another DEB_HOST_ARCH_OS / DEB_BUILD_ARCH_OS

Jo Shields directhex at moszumanska.debian.org
Sun Nov 13 11:13:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to branch master
in repository mono.

commit 42742654f5559a166f6f4642b0665acd65bf8763
Author: Jo Shields <directhex at apebox.org>
Date:   Sun Nov 13 11:12:20 2016 +0000

    Another DEB_HOST_ARCH_OS / DEB_BUILD_ARCH_OS
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b0ae83a..2881859 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ else
 	CONF_FLAGS += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
 endif
 
-ifeq ($(DEB_BUILD_ARCH_OS), kfreebsd)
+ifeq ($(DEB_HOST_ARCH_OS), kfreebsd)
         CONF_FLAGS += --enable-minimal=aot
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono.git



More information about the Pkg-mono-svn-commits mailing list