You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/sam2p/files/sam2p-0.49.4_p20190718-fix-...

16 lines
353 B

https://bugs.gentoo.org/827925
--- a/configure.in
+++ b/configure.in
@@ -79,11 +79,11 @@ else
fi
dnl Checks for programs.
dnl AC_PROG_CC
AC_LANG_CPLUSPLUS
-CXXFLAGS=" "
+CXXFLAGS="-fPIC"
dnl ^^^ set it to non-empty, so AC_PROG_CXX won't include `-g'
CCC="$CCC g++"
dnl ^^^ check g++ before c++ (see acspecific.m4, grep AC_PROG_CXX)
AC_PROG_CXX