summaryrefslogtreecommitdiff
path: root/security/qore-xmlsec-module/patches/patch-configure
blob: 6fbf1c9ecc172d872a3e4239f231ce56435c2c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-configure,v 1.1 2014/12/30 16:03:29 wiz Exp $
pkgsrc doesn't have lib64 so don't set it.
fixes build on linux.
http://sf.net/p/qore/code/6817/
--- configure.orig	2014-11-01 13:50:15.319578002 +0000
+++ configure
@@ -19685,7 +19685,6 @@ if test "$enable_64bit" = "yes"; then
       *linux*)	if test "$GXX" = "yes"; then
 		   CXXFLAGS="$CXXFLAGS -m64"
 		fi
-		LIBSUFFIX=64
 
 		;;
       *hpux*)	if test "$host_cpu" = "ia64"; then