]> git.pld-linux.org Git - packages/xz.git/commitdiff
- damn, it was totally broken, how did it work ?
authorsparky <sparky@pld-linux.org>
Sun, 11 Dec 2005 03:14:11 +0000 (03:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- compare in and out files

Changed files:
    xz.spec -> 1.10

xz.spec

diff --git a/xz.spec b/xz.spec
index afb0a3c26b1c463d5150062714986c952074f28f..7724cef43eed4d0c6d607a26443546a4fb7859c7 100644 (file)
--- a/xz.spec
+++ b/xz.spec
@@ -66,8 +66,9 @@ Biblioteka LZMA.
 
 %build
 cd C/7zip/Compress/LZMA_Alone
-%{__make} -f makefile.gcc
+%{__make} -f makefile.gcc \
        CXX="%{__cxx}" \
+       CXX_C="%{__cc}" \
        CFLAGS="%{rpmcflags} -fprofile-generate -c -I ../../.." \
        LDFLAGS="%{rpmldflags}" \
        LIB="-lm -lgcov"
@@ -78,10 +79,12 @@ cat lzma *.o > test2
 ./lzma e test2 test4
 ./lzma d test3 test5
 ./lzma d test4 test6
+cmp test1 test5
+cmp test2 test6
 
-%{__make} -f makefile.gcc clean
+%{__make} -f makefile clean
 
-%{__make} -f makefile.gcc \
+%{__make} -f makefile \
        CXX="%{__cxx}" \
        CFLAGS="%{rpmcflags} -fprofile-use -c -I ../../.." \
        LDFLAGS="%{rpmldflags}"
This page took 0.174314 seconds and 4 git commands to generate.