[Git][haskell-team/DHG_packages][hadrian] ghc: Pass host/target in install configure script

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Wed Sep 27 19:31:41 BST 2023



Ilias Tsitsimpis pushed to branch hadrian at Debian Haskell Group / DHG_packages


Commits:
87dffddf by Ilias Tsitsimpis at 2023-09-27T21:31:19+03:00
ghc: Pass host/target in install configure script

- - - - -


1 changed file:

- p/ghc/debian/rules


Changes:

=====================================
p/ghc/debian/rules
=====================================
@@ -38,6 +38,7 @@ DEB_HOOGLE_TXT_DIR := /usr/lib/ghc-doc/hoogle/
 # script fails to properly detect them (e.g., it detects 'x86_64-unknown-linux'
 # instead of 'x86_64-linux-gnu'.
 EXTRA_CONFIGURE_FLAGS += --host $(DEB_BUILD_GNU_TYPE) --build $(DEB_BUILD_GNU_TYPE) --target $(DEB_HOST_GNU_TYPE)
+EXTRA_INSTALL_CONFIGURE_FLAGS += --host $(DEB_BUILD_GNU_TYPE) --build $(DEB_BUILD_GNU_TYPE) --target $(DEB_HOST_GNU_TYPE)
 
 # We're cross-building if DEB_BUILD_GNU_TYPE != DEB_HOST_GNU_TYPE
 ifneq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/87dffddf64bf5583db6dfc01b650ee31b01a274d

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/87dffddf64bf5583db6dfc01b650ee31b01a274d
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20230927/8e0ccf4c/attachment.htm>


More information about the Pkg-haskell-commits mailing list