pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libvpx/files Remove -pie from nasm/yasm com...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7eb1a746c565
branches:  trunk
changeset: 367359:7eb1a746c565
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 30 19:49:59 2017 +0000

description:
Remove -pie from nasm/yasm command line. Fixes PIE build.

diffstat:

 multimedia/libvpx/files/strip_fPIC.sh |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 821b3763867f -r 7eb1a746c565 multimedia/libvpx/files/strip_fPIC.sh
--- a/multimedia/libvpx/files/strip_fPIC.sh     Wed Aug 30 19:47:08 2017 +0000
+++ b/multimedia/libvpx/files/strip_fPIC.sh     Wed Aug 30 19:49:59 2017 +0000
@@ -5,7 +5,7 @@
 command=""
 while [ $# -gt 0 ]; do
     case "$1" in
-        -fno-common)
+        -fno-common|-pie)
             ;;
         -?PIC)
             # Ignore -fPIC and -DPIC options



Home | Main Index | Thread Index | Old Index