svn commit: r440148 - head/net/ceph-devel/files

Mahdi Mokhtari mmokhi at FreeBSD.org
Fri May 5 11:47:48 UTC 2017


Author: mmokhi
Date: Fri May  5 11:47:46 2017
New Revision: 440148
URL: https://svnweb.freebsd.org/changeset/ports/440148

Log:
  net/ceph-devel: Add a patch to fix a linker-error happens on 110amd64
  
  Reported by:	Willem Jan Withagen <wjw at digiware.nl> (maintainer)
  Reviewed by:	mat (mentor)
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10608

Added:
  head/net/ceph-devel/files/patch-src_test_rgw_CMakeLists.txt   (contents, props changed)

Added: head/net/ceph-devel/files/patch-src_test_rgw_CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/ceph-devel/files/patch-src_test_rgw_CMakeLists.txt	Fri May  5 11:47:46 2017	(r440148)
@@ -0,0 +1,15 @@
+--- src/test/rgw/CMakeLists.txt
++++ src/test/rgw/CMakeLists.txt
+@@ -99,9 +99,8 @@ target_link_libraries(unittest_rgw_crypto
+   cls_user_client
+   librados
+   global
+-  curl
+-  uuid
+-  expat
++  ${CURL_LIBRARIES}
++  ${EXPAT_LIBRARIES}
+   ${CMAKE_DL_LIBS}
+   ${UNITTEST_LIBS}
+   ${CRYPTO_LIBS}
+


More information about the svn-ports-all mailing list