Debian patch: 040_propagate_pic_to_nasm.diff

--HG--
branch : SDL-1.2
This commit is contained in:
Sam Lantinga 2009-10-10 08:56:01 +00:00
parent 282e6d58d5
commit 81caff6917

View File

@ -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