Selaa lähdekoodia

Merge branch 'maint'

* maint:
  libelf: Try to always set needed .so vars on *BSD*.
Bryan Drewery 2 vuotta sitten
vanhempi
commit
15e312839c
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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