]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-sed.patch
- tarballs finally uploaded
[packages/glibc.git] / glibc-sed.patch
1 ===================================================================
2 RCS file: /cvs/glibc/libc/elf/Makefile,v
3 retrieving revision 1.330
4 retrieving revision 1.331
5 diff -u -r1.330 -r1.331
6 --- libc/elf/Makefile   2008/10/31 20:35:11     1.330
7 +++ libc/elf/Makefile   2009/01/31 00:20:55     1.331
8 @@ -1,4 +1,4 @@
9 -# Copyright (C) 1995-2007, 2008 Free Software Foundation, Inc.
10 +# Copyright (C) 1995-2007, 2008, 2009 Free Software Foundation, Inc.
11  # This file is part of the GNU C Library.
12  
13  # The GNU C Library is free software; you can redistribute it and/or
14 @@ -304,7 +304,7 @@
15                   $(LDFLAGS-rtld) -Wl,-z,defs -Wl,--verbose 2>&1 |      \
16                   LC_ALL=C \
17                   sed -e '/^=========/,/^=========/!d;/^=========/d'    \
18 -                     -e 's/\. = 0 + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \
19 +                     -e 's/\. = .* + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \
20                   > $@.lds
21         $(LINK.o) -nostdlib -nostartfiles -shared -o $@                 \
22                   $(LDFLAGS-rtld) -Wl,-z,defs $(z-now-$(bind-now))      \
This page took 0.059106 seconds and 3 git commands to generate.