123456789101112131415161718192021222324252627282930313233 |
- $OpenBSD: patch-libffi_configure,v 1.3 2013/01/16 19:28:48 pascal Exp $
- --- libffi/configure.orig Thu Mar 1 07:03:46 2012
- +++ libffi/configure Thu Apr 5 05:42:11 2012
- @@ -10188,7 +10188,7 @@ openbsd*)
- *) need_version=no ;;
- esac
- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
- - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
- + #finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
- shlibpath_var=LD_LIBRARY_PATH
- if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
- case $host_os in
- @@ -11339,6 +11339,9 @@ case "$host" in
- hppa*-*-linux* | parisc*-*-linux*)
- TARGET=PA_LINUX; TARGETDIR=pa
- ;;
- + hppa-*-openbsd*)
- + TARGET=PA_LINUX; TARGETDIR=pa
- + ;;
- hppa*64-*-hpux*)
- TARGET=PA64_HPUX; TARGETDIR=pa
- ;;
- @@ -11409,6 +11412,9 @@ case "$host" in
- ;;
- powerpc64-*-freebsd*)
- TARGET=POWERPC; TARGETDIR=powerpc
- + ;;
- + powerpc-*-openbsd*)
- + TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
- ;;
- powerpc*-*-rtems*)
- TARGET=POWERPC; TARGETDIR=powerpc
|