summaryrefslogtreecommitdiff
path: root/multimedia/libvpx
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-08-30 19:49:59 +0000
committerwiz <wiz@pkgsrc.org>2017-08-30 19:49:59 +0000
commit9dfd68fa5b46c10b12f2ae7a5eb881eb70aea463 (patch)
treeec7f9975ccb51dc9c9b90aead96c3b87edf2097a /multimedia/libvpx
parentf718414f7d74a6196a910b81a3acc27b754a75e2 (diff)
downloadpkgsrc-9dfd68fa5b46c10b12f2ae7a5eb881eb70aea463.tar.gz
Remove -pie from nasm/yasm command line. Fixes PIE build.
Diffstat (limited to 'multimedia/libvpx')
-rw-r--r--multimedia/libvpx/files/strip_fPIC.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libvpx/files/strip_fPIC.sh b/multimedia/libvpx/files/strip_fPIC.sh
index de283717845..45dd3918c0a 100644
--- a/multimedia/libvpx/files/strip_fPIC.sh
+++ b/multimedia/libvpx/files/strip_fPIC.sh
@@ -5,7 +5,7 @@
command=""
while [ $# -gt 0 ]; do
case "$1" in
- -fno-common)
+ -fno-common|-pie)
;;
-?PIC)
# Ignore -fPIC and -DPIC options