Advertisement
timcapelle

configure.in.patch

Jan 26th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. --- /home/soul/amsynth/configure.in.orig 2012-01-26 19:54:19.000000000 -0500
  2. +++ /home/soul/amsynth/configure.in.new 2012-01-26 19:58:47.162840677 -0500
  3. @@ -22,7 +22,7 @@
  4. #
  5. AC_MSG_CHECKING([whether optimized CFLAGS should be used])
  6. AS_IF([test "$user_CFLAGS" = "" -a "$user_CXXFLAGS" = ""], [
  7. - CFLAGS="-Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer"
  8. + CFLAGS="-Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -fPIC"
  9. CXXFLAGS="$CFLAGS"
  10. AC_MSG_RESULT([yes])
  11. ], [
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement