pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/bash bash: Spell -fPIC correctly on SunOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fc0dea65e7d
branches:  trunk
changeset: 374554:9fc0dea65e7d
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jan 25 10:40:05 2018 +0000

description:
bash: Spell -fPIC correctly on SunOS.

diffstat:

 shells/bash/distinfo                         |   3 ++-
 shells/bash/patches/patch-support_shobj-conf |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 1b9cbce1a45f -r 9fc0dea65e7d shells/bash/distinfo
--- a/shells/bash/distinfo      Thu Jan 25 10:38:57 2018 +0000
+++ b/shells/bash/distinfo      Thu Jan 25 10:40:05 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.47 2017/01/28 04:41:14 ryoon Exp $
+$NetBSD: distinfo,v 1.48 2018/01/25 10:40:05 jperkin Exp $
 
 SHA1 (bash-4.4.tar.gz) = 8de012df1e4f3e91f571c3eb8ec45b43d7c747eb
 RMD160 (bash-4.4.tar.gz) = 48869b3a460007d05c02ef99745477b2e526fdec
@@ -59,4 +59,5 @@
 SHA1 (patch-configure) = c4e1ab53a1ee85f3e6121047f0aca8ceb85e6e5d
 SHA1 (patch-lib_readline_colors.c) = 4ebf871b883fc8ab6756758c423f777d9eb21da1
 SHA1 (patch-shell.c) = daa07914d4c318cd72463f80344f4f7c364809cd
+SHA1 (patch-support_shobj-conf) = 8750c104549ea8a4a722bd21a684a9fe13e05fe5
 SHA1 (patch-variables.c) = 0bb513cb863f82eb378b8c720bdfb1c31d21d36c
diff -r 1b9cbce1a45f -r 9fc0dea65e7d shells/bash/patches/patch-support_shobj-conf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/bash/patches/patch-support_shobj-conf      Thu Jan 25 10:40:05 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-support_shobj-conf,v 1.1 2018/01/25 10:40:06 jperkin Exp $
+
+Spell -fPIC correctly.
+
+--- support/shobj-conf.orig    2014-02-24 02:06:29.000000000 +0000
++++ support/shobj-conf
+@@ -114,7 +114,7 @@ sunos5*-*gcc*|solaris2*-*gcc*)
+       ;;
+ 
+ sunos5*|solaris2*)
+-      SHOBJ_CFLAGS='-K pic'
++      SHOBJ_CFLAGS='-fPIC'
+       SHOBJ_LD=/usr/ccs/bin/ld
+       SHOBJ_LDFLAGS='-G -dy -z text -i -h $@'
+ 



Home | Main Index | Thread Index | Old Index