From 2aeea3f914f4f15edb3bf9934c63eda8570d4e30 Mon Sep 17 00:00:00 2001
From: William Welliver <william@welliver.org>
Date: Fri, 13 Oct 2017 21:50:58 -0400
Subject: [PATCH] smartlink: NetBSD uses the Darwin convention for rpath.

---
 src/configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/configure.in b/src/configure.in
index d7ccc1566f..2738e94a6d 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -717,7 +717,7 @@ AC_CACHE_VAL(pike_cv_ld_so_run_path_method, [
         pike_cv_run_path_method=yp_
       fi
     ;;
-    Darwin\ *)
+    Darwin\ *|NetBSD\ *)
       pike_cv_run_path_method=darwin_rpath
     ;;
     *)
-- 
GitLab