9eb24250ce
supported arm systems. From Brad, with some prodding from ajacoutot, many opcodes worked out by me the slow way.
13 lines
512 B
Plaintext
13 lines
512 B
Plaintext
$OpenBSD: patch-configure_ac,v 1.3 2010/07/21 20:30:21 sthen Exp $
|
|
--- configure.ac.orig Tue Jun 8 01:49:02 2010
|
|
+++ configure.ac Mon Jun 14 20:55:04 2010
|
|
@@ -165,7 +165,7 @@ AC_DEFINE(ORC_EXPORTS, 1, [Defined for compiling inter
|
|
ORC_CFLAGS="$ORC_CFLAGS -I\$(top_srcdir)"
|
|
AC_SUBST(ORC_CFLAGS)
|
|
|
|
-ORC_LIBS="\$(top_builddir)/orc/liborc-$ORC_MAJORMINOR.la $LIBM $LIBRT"
|
|
+ORC_LIBS="\$(top_builddir)/orc/liborc-$ORC_MAJORMINOR.la -pthread $LIBM $LIBRT"
|
|
AC_SUBST(ORC_LIBS)
|
|
|
|
#CFLAGS=`echo $CFLAGS | sed s/O2/O0/`
|