Files
2016-01-21 23:40:00 +01:00

22 lines
707 B
Plaintext

$NetBSD: patch-configure,v 1.1 2014/12/30 15:50:28 wiz Exp $
pkgsrc doesn't use lib64 so don't set it.
fixes build on linux.
http://sf.net/p/qore/code/6817/
--- configure.orig 2014-10-31 21:35:17.242695818 +0000
+++ configure
@@ -15669,14 +15669,6 @@ if test "$enable_64bit" = "yes"; then
*linux*) if test "$GXX" = "yes"; then
CXXFLAGS="$CXXFLAGS -m64"
fi
- # only set LIBSUFFIX=64 if /usr/lib64 exists
- if test -d /usr/lib64; then
- LIBSUFFIX=64
- fi
- target="${host_cpu}-${host_os}"
- if test -d /usr/lib/$target; then
- LIBSUFFIX=/$target
- fi
;;
*hpux*) if test "$host_cpu" = "ia64"; then