# HG changeset patch # User Sam Lantinga # Date 1255164961 0 # Node ID 27fe0dd48269816cfd9831e41bc22a786fc9a14d # Parent f9fb7284991d5f9f453811662ae25c0aa4eee1cb Debian patch: 040_propagate_pic_to_nasm.diff diff -r f9fb7284991d -r 27fe0dd48269 build-scripts/strip_fPIC.sh --- a/build-scripts/strip_fPIC.sh Sat Oct 10 08:50:35 2009 +0000 +++ b/build-scripts/strip_fPIC.sh Sat Oct 10 08:56:01 2009 +0000 @@ -5,8 +5,8 @@ command="" while [ $# -gt 0 ]; do case "$1" in - -?PIC) - # Ignore -fPIC and -DPIC options + -fPIC) + # Ignore -fPIC option ;; -fno-common) # Ignore -fPIC and -DPIC options