ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/cppunit.spec
(Generate patch)

Comparing COMP/CMSDIST/cppunit.spec (file contents):
Revision 1.18 by elmer, Sun Nov 9 12:29:21 2008 UTC vs.
Revision 1.19 by elmer, Mon Apr 6 12:33:37 2009 UTC

# Line 13 | Line 13 | case %cmsplatf in
13                                                                                                                      config/ltmain.sh
14      ;;
15   esac
16 + case $(uname) in
17 +    Linux )
18 +       # Ugly hack to force -ldl to be linked, which for some reason is
19 +       # not currently happening via configure
20 +       perl -p -i -e 's|LIBS.*LIBS.*lm|LIBS="$LIBS -lm -ldl|' configure
21 +    ;;
22 + esac
23   ./configure --prefix=%i
24   make %makeprocesses
25   %install

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines