[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 02/02: debian/sysdeps/linux.mk: Also install a /usr/include/<triplet>/arch symlink if it exists, needed for the tilegx architecture.



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit af7a41ed9e7e83863904fc379426f4c4c44c3a56
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sat Oct 15 21:11:50 2016 +0200

    debian/sysdeps/linux.mk: Also install a /usr/include/<triplet>/arch symlink if it exists, needed for the tilegx architecture.
---
 debian/changelog        | 2 ++
 debian/sysdeps/linux.mk | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ad47c62..c8d7157 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -50,6 +50,8 @@ glibc (2.24-4) UNRELEASED; urgency=medium
   [ Aurelien Jarno ]
   * debian/sysdeps/linux.mk: Install both kernel and library headers symlinks
     using a singlee for loop.
+  * debian/sysdeps/linux.mk: Also install a /usr/include/<triplet>/arch
+    symlink if it exists, needed for the tilegx architecture.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sat, 17 Sep 2016 20:03:04 +0200
 
diff --git a/debian/sysdeps/linux.mk b/debian/sysdeps/linux.mk
index fd0ef78..49a45d5 100644
--- a/debian/sysdeps/linux.mk
+++ b/debian/sysdeps/linux.mk
@@ -34,7 +34,7 @@ $(stamp)mkincludedir:
 	mkdir debian/include
 
 	# Kernel and library headers
-	for h in asm asm-generic libaudit.h linux selinux sys/capability.h ; do \
+	for h in arch asm asm-generic libaudit.h linux selinux sys/capability.h ; do \
 	    mkdir -p debian/include/$$(dirname $$h) ; \
 	    if [ -e "/usr/include/$(DEB_HOST_MULTIARCH)/$$h" ]; then \
 	        ln -s /usr/include/$(DEB_HOST_MULTIARCH)/$$h debian/include/$$h ; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: