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.

15 lines
713 B

  1. Index: boinc-client_release-7.16-7.16.5/configure.ac
  2. ===================================================================
  3. --- boinc-client_release-7.16-7.16.5.orig/configure.ac
  4. +++ boinc-client_release-7.16-7.16.5/configure.ac
  5. @@ -506,8 +506,10 @@ SAH_CHECK_LIB([dl], [dlopen],
  6. [BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${sah_lib_last}"])
  7. SAH_CHECK_LIB([nsl], [gethostbyname],
  8. [BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${sah_lib_last}"])
  9. +if test "${enable_manager}" = yes ; then
  10. SAH_CHECK_LIB([freetype], [fopen],
  11. [BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${sah_lib_last}"])
  12. +fi
  13. SAH_CHECK_LIB([socket], [bind],
  14. [BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${sah_lib_last}"])
  15. SAH_CHECK_LIB([z], [gzopen],