public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, seventeen, updated. f2a7ec21e3abe4085ca113d7962bf60b150de7c6
Date: Thu, 23 Oct 2014 21:59:36 +0200	[thread overview]
Message-ID: <20141023195936.E7EFB204F7@argus.ipfire.org> (raw)

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

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, seventeen has been updated
       via  f2a7ec21e3abe4085ca113d7962bf60b150de7c6 (commit)
       via  541fb9a8a1296676ef7d052dd975c5eac77d748f (commit)
      from  013153bc789728aea220c92d92918c6ff5dee8a1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f2a7ec21e3abe4085ca113d7962bf60b150de7c6
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Thu Oct 23 21:58:23 2014 +0200

    kernel: fix uInit ramdisk build.

commit 541fb9a8a1296676ef7d052dd975c5eac77d748f
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Thu Oct 23 21:57:36 2014 +0200

    glibc: fix build with new patches.

-----------------------------------------------------------------------

Summary of changes:
 lfs/glibc | 3 +++
 lfs/linux | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Difference in files:
diff --git a/lfs/glibc b/lfs/glibc
index ee332c4..194f556 100644
--- a/lfs/glibc
+++ b/lfs/glibc
@@ -284,6 +284,9 @@ endif
 	#   Makefile:235: *** mixed implicit and normal rules.  Stop.
 	cd $(DIR_APP) && sed -i 's/ot \$$/ot:\n\ttouch $$@\n$$/' manual/Makefile
 
+	# http://sourceware.org/ml/libc-ports/2011-09/msg00018.html
+	cd $(DIR_APP) && sed -e "s/PIC/SHARED/g" -i ports/sysdeps/arm/{,eabi/}{set,__long}jmp.S
+
 ifeq "$(ROOT)" ""
 ifeq "$(MACHINE_TYPE)" "arm"
 	cd $(DIR_APP) && sed -i 's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.3 -o|' \
diff --git a/lfs/linux b/lfs/linux
index 501458d..f11bd5f 100644
--- a/lfs/linux
+++ b/lfs/linux
@@ -297,11 +297,11 @@ endif
 	dracut --force --verbose --strip --xz /boot/initramfs-$(KVER)-$(VERSUFIX).img $(KVER)-$(VERSUFIX)
 
 ifeq "$(KCFG)" "-kirkwood"
-	cd /boot && mkimage -A arm -T ramdisk -C lzma -d initramfs-$(KVER)-kirkwood.img uInit-ipfire-kirkwood
+	cd /boot && mkimage -A arm -T ramdisk -C lzma -d initramfs-$(KVER)-$(VERSUFIX).img uInit-$(VERSUFIX)
 endif
 
 ifeq "$(KCFG)" "-multi"
-	cd /boot && mkimage -A arm -T ramdisk -C lzma -d initramfs-$(KVER)-multi.img uInit-ipfire-multi
+	cd /boot && mkimage -A arm -T ramdisk -C lzma -d initramfs-$(KVER)-$(VERSUFIX).img uInit-$(VERSUFIX)
 endif
 
 ifeq "$(LASTKERNEL)" "1"


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2014-10-23 19:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20141023195936.E7EFB204F7@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /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