From: Simon Tatham Date: Wed, 31 Aug 2005 16:59:51 +0000 (+0000) Subject: Debian requires -lm, where Red Hat didn't. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=7b082219529280ac319f8b772f69a41f47992cde;p=sgt-puzzles.git Debian requires -lm, where Red Hat didn't. [originally from svn r6247] --- diff --git a/Recipe b/Recipe index 86623d5..20030d6 100644 --- a/Recipe +++ b/Recipe @@ -60,7 +60,7 @@ solosolver : [U] solo[STANDALONE_SOLVER] malloc patternsolver : [U] pattern[STANDALONE_SOLVER] malloc mineobfusc : [U] mines[STANDALONE_OBFUSCATOR] malloc random tree234 misc slantsolver : [U] slant[STANDALONE_SOLVER] dsf malloc -mapsolver : [U] map[STANDALONE_SOLVER] dsf random misc malloc +mapsolver : [U] map[STANDALONE_SOLVER] dsf random misc malloc m.lib solosolver : [C] solo[STANDALONE_SOLVER] malloc patternsolver : [C] pattern[STANDALONE_SOLVER] malloc