summaryrefslogtreecommitdiff
path: root/databases/qore-openldap-module/patches/patch-configure
blob: 854e126e23c6c7e0ef75c01068c9cd1522157a7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-configure,v 1.1 2014/12/30 15:43:31 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:44:50.730690623 +0000
+++ configure
@@ -15574,14 +15574,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