]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-sed.patch
- full path in daemon()
[packages/glibc.git] / glibc-sed.patch
CommitLineData
e66b84f5
PS
1===================================================================
2RCS file: /cvs/glibc/libc/elf/Makefile,v
3retrieving revision 1.330
4retrieving revision 1.331
5diff -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.054453 seconds and 4 git commands to generate.