瀏覽代碼

Merge branch 'maint'

* maint:
  libelf: Try to always set needed .so vars on *BSD*.
Bryan Drewery 2 年之前
父節點
當前提交
15e312839c
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      lib/libelf/aclocal.m4
  2. 1 1
      lib/libelf/configure

+ 1 - 1
lib/libelf/aclocal.m4

@@ -235,7 +235,7 @@ AC_DEFUN(mr_ENABLE_SHARED, [
     AC_REQUIRE([AC_PROG_CC])
     AC_PATH_PROG(LD, ld, ld)
     case "$host" in
-      *-linux*|*-gnu*)
+      *-linux*|*-gnu*|*bsd*|*BSD*)
 	if test "$GCC" = yes; then
 	  mr_TARGET_ELF
 	  if test "$mr_cv_target_elf" = yes; then

+ 1 - 1
lib/libelf/configure

@@ -5742,7 +5742,7 @@ fi
 
 
     case "$host" in
-      *-linux*|*-gnu*)
+      *-linux*|*-gnu*|*bsd*|*BSD*)
 	if test "$GCC" = yes; then