From 351cd6fcc10b3a07ed29e0c8a13c1dda3553ae88 Mon Sep 17 00:00:00 2001 From: ojab Date: Mon, 25 Mar 2013 22:56:38 +0400 Subject: [PATCH] readline: change shlib permissions to fix build-pkg --- .../patches/readline-6.2-fix-shlib-perms.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/readline/patches/readline-6.2-fix-shlib-perms.patch diff --git a/srcpkgs/readline/patches/readline-6.2-fix-shlib-perms.patch b/srcpkgs/readline/patches/readline-6.2-fix-shlib-perms.patch new file mode 100644 index 00000000000..625ce9a2e9b --- /dev/null +++ b/srcpkgs/readline/patches/readline-6.2-fix-shlib-perms.patch @@ -0,0 +1,11 @@ +--- support/shlib-install.orig 2013-03-26 02:48:09.724069139 +0400 ++++ support/shlib-install 2013-03-26 02:48:19.530946536 +0400 +@@ -72,7 +72,7 @@ + case "$host_os" in + hpux*|darwin*|macosx*|linux*) + if [ -z "$uninstall" ]; then +- chmod 555 ${INSTALLDIR}/${LIBNAME} ++ chmod 644 ${INSTALLDIR}/${LIBNAME} + fi ;; + cygwin*|mingw*) + IMPLIBNAME=`echo ${LIBNAME} \