From dab7ea69cdd98d581590c15faa0d10fd8db12628 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 20 Oct 2016 21:16:41 +0300 Subject: [PATCH] explain why debug was placed there --- ruby.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruby.spec b/ruby.spec index 4c7f240..461fdd0 100644 --- a/ruby.spec +++ b/ruby.spec @@ -11,6 +11,8 @@ %bcond_with bootstrap # build bootstrap version %bcond_with tests # build without tests +# prevent some weird build error: +# readlink: unrecognized option '--library=pthread' %define debug 1 %define rel 0.1 -- 2.44.0