Skip to content

Commit

Permalink
Debian patch: 040_propagate_pic_to_nasm.diff
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 10, 2009
1 parent 527961c commit 25eecae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-scripts/strip_fPIC.sh
Expand Up @@ -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
Expand Down

0 comments on commit 25eecae

Please sign in to comment.