mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
ce361e3c1a
Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
14 lines
525 B
Plaintext
14 lines
525 B
Plaintext
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -502,8 +502,10 @@ SAH_CHECK_LIB([dl], [dlopen],
|
|
[BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${sah_lib_last}"])
|
|
SAH_CHECK_LIB([nsl], [gethostbyname],
|
|
[BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${sah_lib_last}"])
|
|
+if test "${enable_manager}" = yes ; then
|
|
SAH_CHECK_LIB([freetype], [fopen],
|
|
[BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${sah_lib_last}"])
|
|
+fi
|
|
SAH_CHECK_LIB([socket], [bind],
|
|
[BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${sah_lib_last}"])
|
|
SAH_CHECK_LIB([z], [gzopen],
|