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

« back to all changes in this revision

Viewing changes to debian/patches/eglibc/ubuntu/disable-selinux.patch

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs, Dimitri John Ledkov
  • Date: 2013-12-18 23:52:09 UTC
  • Revision ID: package-import@ubuntu.com-20131218235209-5io0eum4y79kipnm
Tags: 1.103
[ Dimitri John Ledkov ]
* Bump eglibc to 2.18.
* Bump gcc to 4.8.
* Explicitly use /dev/null as quilt config file.
* Drop not-needed any more binutils-version.diff gcc overlay patch
* Remove binutils-gold build-conflict, and regenerate control.
* Refresh eglibc/ubuntu/disable-selinux.patch.
* Add symlinks and rdfind build-dependency.
* Speed up build, by building eglibc in parallel.
* Remove Marcin Juszkiewicz from maintainers, thanks a lot for your
  awesome work and good luck on the Red side ;-)
* Bump linux-source to 3.12.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 sysdeps/linux.mk |    2 +-
9
9
 1 file changed, 1 insertion(+), 1 deletion(-)
10
10
 
11
 
Index: eglibc-2.17/debian/sysdeps/linux.mk
 
11
Index: eglibc-2.18/debian/sysdeps/linux.mk
12
12
===================================================================
13
 
--- eglibc-2.17.orig/debian/sysdeps/linux.mk
14
 
+++ eglibc-2.17/debian/sysdeps/linux.mk
15
 
@@ -14,7 +14,7 @@
 
13
--- eglibc-2.18.orig/debian/sysdeps/linux.mk    2013-12-18 05:24:58.096877814 +0000
 
14
+++ eglibc-2.18/debian/sysdeps/linux.mk 2013-12-18 05:27:22.232881386 +0000
 
15
@@ -13,7 +13,7 @@
16
16
 ifeq ($(DEB_BUILD_PROFILE),bootstrap)
17
 
   libc_extra_config_options = $(extra_config_options)
 
17
   libc_extra_config_options = --enable-pt_chown $(extra_config_options)
18
18
 else
19
 
-  libc_extra_config_options = --with-selinux $(extra_config_options)
20
 
+  libc_extra_config_options = $(extra_config_options)
 
19
-  libc_extra_config_options = --enable-pt_chown --with-selinux $(extra_config_options)
 
20
+  libc_extra_config_options = --enable-pt_chown $(extra_config_options)
21
21
 endif
22
22
 
23
23
 ifndef LINUX_SOURCE