Sophie

Sophie

distrib > Fedora > 17 > x86_64 > media > updates-src > by-pkgid > 2c85225be6ec0c3d8438b4ae8e7c704f > files > 2

eurephia-1.1.0-4.fc17.src.rpm

--- eurephia-1.1.0.orig/CMakeLists.txt	2012-10-09 00:33:59.000000000 +0200
+++ eurephia-1.1.0/CMakeLists.txt	2012-10-09 03:48:42.134131060 +0200
@@ -148,6 +148,8 @@
 	message(FATAL_ERROR "Missing OpenSSL crypto support")
 ENDIF(NOT HAVE_OPENSSL_RAND_LOAD_FILE OR NOT HAVE_OPENSSL_RAND_PSEUDO_BYTES)
 
+# Fedora 17/18 hack - they seem to require expclit libdl linking to find dlclose()
+SET(EXTRA_LIBS ${EXTRA_LIBS} dl)
 
 # Generic checks when administration utilities are enabled
 IF(ADMIN_ENABLED)