From 69e01437c851ca1259797d4ee9d86a0d6df112cb Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 10 Oct 2009 08:56:01 +0000 Subject: [PATCH] Debian patch: 040_propagate_pic_to_nasm.diff --HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%404014 --- build-scripts/strip_fPIC.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-scripts/strip_fPIC.sh b/build-scripts/strip_fPIC.sh index 8719b896e..45d34ba47 100755 --- a/build-scripts/strip_fPIC.sh +++ b/build-scripts/strip_fPIC.sh @@ -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