Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] patch: packages/mpfr fails to build
@ 2007-10-15  2:04 Hamish Moffatt
  2007-10-17  1:22 ` Hamish Moffatt
  0 siblings, 1 reply; 4+ messages in thread
From: Hamish Moffatt @ 2007-10-15  2:04 UTC (permalink / raw)
  To: buildroot

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>

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

end of thread, other threads:[~2007-10-17  5:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-15  2:04 [Buildroot] patch: packages/mpfr fails to build Hamish Moffatt
2007-10-17  1:22 ` Hamish Moffatt
2007-10-17  3:04   ` [Buildroot] Matchbox compilation failure for Atmel ARM CPU Leonid
2007-10-17  5:01     ` Ulf Samuelsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox