]> git.pld-linux.org Git - packages/XmHTML.git/commitdiff
- link with -lm
authorsparky <sparky@pld-linux.org>
Sun, 23 Jan 2011 14:11:22 +0000 (14:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XmHTML.spec -> 1.38

XmHTML.spec

index 4edbf06fd16575e156d731295ac7cec30619378c..a7b78e2c6f7d96e37e294907b12e840e8c08b3d8 100644 (file)
@@ -76,7 +76,8 @@ cd ..
 CFLAGS="%{rpmcflags} \
        -I`pwd`/include/XmHTML -I`pwd`/include/common \
        %{!?debug:-DNDEBUG -Dproduction} -DVERSION=1107"
-%configure
+%configure \
+       LIBS="-lm"
 
 cd lib
 %{__make}
This page took 0.082022 seconds and 4 git commands to generate.