pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/libvpx/files
Module Name: pkgsrc
Committed By: wiz
Date: Wed Aug 30 19:50:00 UTC 2017
Modified Files:
pkgsrc/multimedia/libvpx/files: strip_fPIC.sh
Log Message:
Remove -pie from nasm/yasm command line. Fixes PIE build.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/libvpx/files/strip_fPIC.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/libvpx/files/strip_fPIC.sh
diff -u pkgsrc/multimedia/libvpx/files/strip_fPIC.sh:1.2 pkgsrc/multimedia/libvpx/files/strip_fPIC.sh:1.3
--- pkgsrc/multimedia/libvpx/files/strip_fPIC.sh:1.2 Sat Mar 12 11:00:01 2011
+++ pkgsrc/multimedia/libvpx/files/strip_fPIC.sh Wed Aug 30 19:49:59 2017
@@ -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