Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets/lists/base not sure that this is needed (Lua mo...



details:   https://anonhg.NetBSD.org/src/rev/af53831eccb7
branches:  trunk
changeset: 770264:af53831eccb7
user:      plunky <plunky%NetBSD.org@localhost>
date:      Mon Oct 10 10:40:35 2011 +0000

description:
not sure that this is needed (Lua modules are built with -fPIC but
they are not conditional on MKPIC) but make this consistent with
the other instances

diffstat:

 distrib/sets/lists/base/ad.mips64el |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f0d12ba9c2f8 -r af53831eccb7 distrib/sets/lists/base/ad.mips64el
--- a/distrib/sets/lists/base/ad.mips64el       Mon Oct 10 09:41:47 2011 +0000
+++ b/distrib/sets/lists/base/ad.mips64el       Mon Oct 10 10:40:35 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ad.mips64el,v 1.69 2011/10/08 13:14:03 mbalmer Exp $
+# $NetBSD: ad.mips64el,v 1.70 2011/10/10 10:40:35 plunky Exp $
 ./libexec/ld.elf_so-64                         base-compat-shlib       compat,pic
 ./libexec/ld.elf_so-o32                                base-sysutil-bin        compat,pic
 ./usr/lib/64                                   base-compat-lib
@@ -268,7 +268,7 @@
 ./usr/lib/64/libz.so.1.0                       base-compat-shlib       compat,pic
 ./usr/lib/64/lua                               base-compat-shlib       compat
 ./usr/lib/64/lua/5.1                           base-compat-shlib       compat
-./usr/lib/64/lua/5.1/gpio.so                   base-compat-shlib       compat
+./usr/lib/64/lua/5.1/gpio.so                   base-compat-shlib       compat,pic
 ./usr/lib/64/security                          base-compat-shlib
 ./usr/lib/64/security/pam_afslog.so.3          base-compat-shlib       compat,pic,kerberos,pam
 ./usr/lib/64/security/pam_chroot.so.3          base-compat-shlib       compat,pic,pam



Home | Main Index | Thread Index | Old Index