~ubuntu-branches/ubuntu/utopic/armel-cross-toolchain-base/utopic

« back to all changes in this revision

Viewing changes to debian/patches/eglibc/ubuntu/stage1-fix-libdir.patch

  • Committer: Package Import Robot
  • Author(s): Marcin Juszkiewicz
  • Date: 2012-02-16 18:16:08 UTC
  • Revision ID: package-import@ubuntu.com-20120216181608-l7nm0wj95l7jfzzt
Tags: 1.78
* Updated gcc-4.6 dependency to 4.6.2-14ubuntu2 to get fixed
        debian/control.m4
* Updated Debian build
* Fixed multiarch directories patch.
* Updated kernel version to 3.2
* eglibc: refreshed patches to 2.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 debian/rules.d/debhelper.mk |    2 +-
3
3
 1 file changed, 1 insertion(+), 1 deletion(-)
4
4
 
5
 
--- eglibc-2.13.orig/debian/rules.d/debhelper.mk
6
 
+++ eglibc-2.13/debian/rules.d/debhelper.mk
7
 
@@ -216,16 +216,16 @@ $(stamp)debhelper_%: $(stamp)debhelper-c
8
 
              cp $$s $$t ; \
9
 
            fi ; \
 
5
Index: eglibc-2.15~pre6/debian/rules.d/debhelper.mk
 
6
===================================================================
 
7
--- eglibc-2.15~pre6.orig/debian/rules.d/debhelper.mk   2012-02-03 11:44:12.464707222 +0000
 
8
+++ eglibc-2.15~pre6/debian/rules.d/debhelper.mk        2012-02-03 11:45:08.280707111 +0000
 
9
@@ -220,12 +220,12 @@
10
10
            sed -e "s#TMPDIR#debian/tmp-$$curpass#g" -i $$t; \
11
11
            sed -e "s#RTLDDIR#$$rtlddir#g" -i $$t; \
12
12
            sed -e "s#SLIBDIR#$$slibdir#g" -i $$t; \
20
20
 else
21
21
 $(patsubst %,debhelper_%,$(EGLIBC_PASSES)) :: debhelper_% : $(stamp)debhelper_%
22
22
 $(stamp)debhelper_%: $(stamp)debhelper-common $(stamp)install_%
23
 
        libdir=$(call xx,libdir) ; \
24
 
        slibdir=$(call xx,slibdir) ; \