[Git][haskell-team/DHG_packages][master] ghc: Pass --disable-ld-override in EXTRA_INSTALL_CONFIGURE_FLAGS
John Paul Adrian Glaubitz (@glaubitz)
gitlab at salsa.debian.org
Sat Jun 22 09:01:07 BST 2024
John Paul Adrian Glaubitz pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
cb459d68 by John Paul Adrian Glaubitz at 2024-06-22T10:00:06+02:00
ghc: Pass --disable-ld-override in EXTRA_INSTALL_CONFIGURE_FLAGS
- - - - -
2 changed files:
- p/ghc/debian/changelog
- p/ghc/debian/rules
Changes:
=====================================
p/ghc/debian/changelog
=====================================
@@ -1,3 +1,11 @@
+ghc (9.4.7-6) UNRELEASED; urgency=medium
+
+ [ John Paul Adrian Glaubitz ]
+ * Pass --disable-ld-override in EXTRA_INSTALL_CONFIGURE_FLAGS
+ (Closes: #1073159)
+
+ -- John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de> Sat, 22 Jun 2024 09:56:52 +0200
+
ghc (9.4.7-5) unstable; urgency=medium
* Backport upstream patches to fix issues with 64-bit time_t (Closes:
=====================================
p/ghc/debian/rules
=====================================
@@ -76,6 +76,7 @@ endif
# See also https://bugs.debian.org/1056636
ifneq (,$(filter mips mipsel powerpc powerpcspe sparc64, $(DEB_HOST_ARCH)))
EXTRA_CONFIGURE_FLAGS += --disable-ld-override
+ EXTRA_INSTALL_CONFIGURE_FLAGS += --disable-ld-override
endif
ifneq (,$(filter armhf, $(DEB_HOST_ARCH)))
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/cb459d688bd0579c54ae19b43da8de730781f9e8
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/cb459d688bd0579c54ae19b43da8de730781f9e8
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/20240622/17d574d7/attachment.htm>
More information about the Pkg-haskell-commits
mailing list