0b8944a641
packaged for wip by nros. ASN.1(Abstract Syntax Notation One) module for Qore provides an API to dynamically create, parse and convert ASN.1 data structures to concrete output formats (like DER).
14 lines
446 B
Text
14 lines
446 B
Text
$NetBSD: patch-configure,v 1.1 2014/12/30 16:01:23 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:34:33.661609007 +0000
|
|
+++ configure
|
|
@@ -14267,7 +14267,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
|