]> git.pld-linux.org Git - packages/libass.git/commitdiff
try to disable asm on x32
authorJan Palus <atler@pld-linux.org>
Sat, 25 Apr 2015 19:13:54 +0000 (21:13 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 25 Apr 2015 19:13:54 +0000 (21:13 +0200)
libass.spec

index c657ae8652531e7132def6e1411ad3beb6067479..9d5f84441fd1b1acc96802803908a65c249e894f 100644 (file)
@@ -78,6 +78,9 @@ Statyczna biblioteka LibASS.
 %{__autoheader}
 %{__automake}
 %configure \
 %{__autoheader}
 %{__automake}
 %configure \
+%ifarch x32
+       --disable-asm \
+%endif
        --disable-silent-rules
 
 %{__make}
        --disable-silent-rules
 
 %{__make}
This page took 0.08168 seconds and 4 git commands to generate.