# HG changeset patch # User Michael Schloh von Bennewitz # Date 1346440473 -7200 # Node ID f6c0237e8f1cdf4d4540d8bcadf8f9ef26f0c3a9 # Parent 0c602c0042b6b8a569507410cdb7538a97bff126 Correct flawed math dependency causing build failure on Ubuntu 12.04 IA32. diff -r 0c602c0042b6 -r f6c0237e8f1c openpkg/openpkg.spec --- a/openpkg/openpkg.spec Wed Aug 29 21:07:35 2012 +0200 +++ b/openpkg/openpkg.spec Fri Aug 31 21:14:33 2012 +0200 @@ -958,6 +958,7 @@ -Dcc="${l_cc}" -Uoptimize \ -Dlocincpth="%{l_prefix}/include" \ -Dloclibpth="%{l_prefix}/lib" \ + -Dlibs="-lm" \ -Dldflags="-L""%{l_prefix}/lib" \ -Dlibpth="$libdirs" \ -Dglibpth="$libdirs" \