Date: Mon, 8 Oct 2018 13:13:21 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481540 - head/net/nfs-ganesha/files Message-ID: <201810081313.w98DDL41032459@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Oct 8 13:13:21 2018 New Revision: 481540 URL: https://svnweb.freebsd.org/changeset/ports/481540 Log: Fix build. PR: 231662 Submitted by: mat Approved by: maintainer Added: head/net/nfs-ganesha/files/patch-src_libntirpc_tests_CMakeLists.txt (contents, props changed) Added: head/net/nfs-ganesha/files/patch-src_libntirpc_tests_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/nfs-ganesha/files/patch-src_libntirpc_tests_CMakeLists.txt Mon Oct 8 13:13:21 2018 (r481540) @@ -0,0 +1,11 @@ +FreeBSD does not have a dl.so + +--- src/libntirpc/tests/CMakeLists.txt.orig 2018-09-11 18:22:10 UTC ++++ src/libntirpc/tests/CMakeLists.txt +@@ -6,5 +6,4 @@ add_executable(rpcping ${rpcping_SRCS}) + target_link_libraries(rpcping ntirpc + ${BINARY_LIBRARIES} + ${CMAKE_THREAD_LIBS_INIT} +- ${LTTNG_LIBRARIES} +- -ldl) ++ ${LTTNG_LIBRARIES})
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810081313.w98DDL41032459>