From: Hamish Moffatt <hamish@cloud.net.au>
To: buildroot@busybox.net
Subject: [Buildroot] patch: packages/mpfr fails to build
Date: Mon, 15 Oct 2007 12:04:50 +1000 [thread overview]
Message-ID: <20071015020450.GA1526@cloud.net.au> (raw)
The mpfr package now fails to build due to the odd format of the upstream
mpfr patches file. Upstream recommends using "patch -p1 -N -Z", so here
is a patch to make buildroot do this.
thanks
Hamish
Index: package/mpfr/mpfr.mk
===================================================================
--- package/mpfr/mpfr.mk (revision 20217)
+++ package/mpfr/mpfr.mk (working copy)
@@ -42,7 +42,7 @@
toolchain/patch-kernel.sh $(MPFR_DIR) package/mpfr/ \*.patch
$(CONFIG_UPDATE) $(MPFR_DIR)
ifneq ($(MPFR_PATCH),)
- ( cd $(MPFR_DIR); patch -p1 < $(DL_DIR)/$(MPFR_PATCH_FILE); )
+ ( cd $(MPFR_DIR); patch -p1 -N -Z < $(DL_DIR)/$(MPFR_PATCH_FILE); )
endif
touch $@
--
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>
next reply other threads:[~2007-10-15 2:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-15 2:04 Hamish Moffatt [this message]
2007-10-17 1:22 ` [Buildroot] patch: packages/mpfr fails to build Hamish Moffatt
2007-10-17 3:04 ` [Buildroot] Matchbox compilation failure for Atmel ARM CPU Leonid
2007-10-17 5:01 ` Ulf Samuelsson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071015020450.GA1526@cloud.net.au \
--to=hamish@cloud.net.au \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox