Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] firebird3: fix build on ppc*-musl
@ 2019-10-16  2:08 voidlinux-github
  2019-10-16 18:51 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-16  2:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

There is a new pull request by q66 against master on the void-packages repository

https://github.com/void-ppc/void-packages firebird3
https://github.com/void-linux/void-packages/pull/15510

firebird3: fix build on ppc*-musl


A patch file from https://github.com/void-linux/void-packages/pull/15510.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-firebird3-15510.patch --]
[-- Type: text/x-diff, Size: 880 bytes --]

From 7c10a006d2b30b6c7edd5ea6550ffe3e526de0ba Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Tue, 15 Oct 2019 18:38:28 +0200
Subject: [PATCH] firebird3: fix build on ppc*-musl

[ci skip]
---
 srcpkgs/firebird3/template | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/srcpkgs/firebird3/template b/srcpkgs/firebird3/template
index f163475c253..1adc010439f 100644
--- a/srcpkgs/firebird3/template
+++ b/srcpkgs/firebird3/template
@@ -42,6 +42,13 @@ CFLAGS="-fno-strict-aliasing"
 CXXFLAGS="-fno-delete-null-pointer-checks"
 
 pre_configure() {
+	# musl does not have gcrt1.o needed for -p
+	case "$XBPS_TARGET_MACHINE" in
+		ppc*-musl)
+			sed -i '/FLAGS=/s/ \-p / /g' builds/posix/prefix.linux_powerpc*
+			;;
+	esac
+
 	# Avoid errors telling we are not 'root' and
 	# do not change ownership to root:root and
 	# do not change permissions to read-only

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: firebird3: fix build on ppc*-musl
  2019-10-16  2:08 [PR PATCH] firebird3: fix build on ppc*-musl voidlinux-github
@ 2019-10-16 18:51 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-16 18:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

There's a merged pull request on the void-packages repository

firebird3: fix build on ppc*-musl
https://github.com/void-linux/void-packages/pull/15510

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-16 18:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-16  2:08 [PR PATCH] firebird3: fix build on ppc*-musl voidlinux-github
2019-10-16 18:51 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).