15 lines
599 B
Plaintext
15 lines
599 B
Plaintext
|
$OpenBSD: patch-plugins_configure,v 1.1 2010/03/23 21:13:37 ajacoutot Exp $
|
||
|
--- plugins/configure.orig Tue Sep 22 02:57:56 2009
|
||
|
+++ plugins/configure Wed Sep 23 00:24:27 2009
|
||
|
@@ -2195,6 +2195,10 @@ fi
|
||
|
opal_release_flags="-O3 -DSOLARIS"
|
||
|
opal_debug_flags="-g -D_DEBUG -DSOLARIS"
|
||
|
;;
|
||
|
+ openbsd*)
|
||
|
+ opal_release_flags=""
|
||
|
+ opal_debug_flags="-g3 -ggdb -O0 -D_DEBUG"
|
||
|
+ ;;
|
||
|
*)
|
||
|
opal_release_flags="-Os"
|
||
|
opal_debug_flags="-g3 -ggdb -O0 -D_DEBUG"
|