From patchwork Tue Jun 14 15:11:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Chanteperdrix X-Patchwork-Id: 635368 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rTY5P1JRKz9t1S for ; Wed, 15 Jun 2016 01:11:36 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5C27F8ADF7; Tue, 14 Jun 2016 15:11:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NcqRGyC89+sY; Tue, 14 Jun 2016 15:11:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id A2ED48AF62; Tue, 14 Jun 2016 15:11:27 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id BA1AF1CE64E for ; Tue, 14 Jun 2016 15:11:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B5FCE313F8 for ; Tue, 14 Jun 2016 15:11:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Improper folded header field made up entirely of whitespace (char 20 hex): X-Spam_report: ...that system for details.\n \n Content previ[...] Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ooh+0TOJ2x4O for ; Tue, 14 Jun 2016 15:11:24 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from sd-51317.xenomai.org (sd-51317.xenomai.org [62.210.215.82]) by silver.osuosl.org (Postfix) with ESMTPS id 6BA45246F7 for ; Tue, 14 Jun 2016 15:11:24 +0000 (UTC) Received: from for13-1-78-194-115-96.fbxo.proxad.net ([78.194.115.96] helo=prometheus.click-hack.org) by sd-51317.xenomai.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1bCpzu-0000S8-Lu; Tue, 14 Jun 2016 17:11:22 +0200 From: Gilles Chanteperdrix To: buildroot@buildroot.org Date: Tue, 14 Jun 2016 17:11:16 +0200 Message-Id: <1465917079-30473-2-git-send-email-gilles.chanteperdrix@xenomai.org> X-Mailer: git-send-email 2.8.2 In-Reply-To: <1465917079-30473-1-git-send-email-gilles.chanteperdrix@xenomai.org> References: <20160614151017.GG3060@hermes.click-hack.org> <1465917079-30473-1-git-send-email-gilles.chanteperdrix@xenomai.org> X-Spam_score: -1.0 X-Spam_score_int: -9 X-Spam_bar: - X-Spam_report: Spam detection software, running on the system "sd-51317.xenomai.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: In order to avoid strip failing to strip the library. Signed-off-by: Gilles Chanteperdrix --- package/readline/0009-avoid-strip-perm-issue.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/readline/0009-avoid-strip-perm-issue.patch [...] Content analysis details: (-1.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP Cc: Gilles Chanteperdrix Subject: [Buildroot] [PATCH 2/5] readline: fix installed libraries permission X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" In order to avoid strip failing to strip the library. Signed-off-by: Gilles Chanteperdrix --- package/readline/0009-avoid-strip-perm-issue.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/readline/0009-avoid-strip-perm-issue.patch diff --git a/package/readline/0009-avoid-strip-perm-issue.patch b/package/readline/0009-avoid-strip-perm-issue.patch new file mode 100644 index 0000000..55d5166 --- /dev/null +++ b/package/readline/0009-avoid-strip-perm-issue.patch @@ -0,0 +1,14 @@ +Avoid libreadline to be installed read-only, as it makes stripping fail. + +Signed-off-by: Gilles Chanteperdrix +--- readline-6.3/support/shlib-install~ 2012-07-10 21:58:08.000000000 +0200 ++++ readline-6.3/support/shlib-install 2016-02-27 01:19:09.878310797 +0100 +@@ -73,7 +73,7 @@ fi + case "$host_os" in + hpux*|darwin*|macosx*|linux*|solaris2*) + if [ -z "$uninstall" ]; then +- chmod 555 ${INSTALLDIR}/${LIBNAME} ++ chmod 755 ${INSTALLDIR}/${LIBNAME} + fi ;; + cygwin*|mingw*) + IMPLIBNAME=`echo ${LIBNAME} \