packaging: arm: enable neon
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Thu, 8 Jan 2015 13:25:16 +0000 (14:25 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Thu, 8 Jan 2015 14:30:48 +0000 (15:30 +0100)
Change-Id: Iccf5ed208401cbee3902279399b5ac9cbb06cfbb
Bug-Tizen: TC-1841
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
packaging/libpng.spec

index 0708d45..118e429 100644 (file)
@@ -35,7 +35,13 @@ cp %{SOURCE1001} .
 
 %build
 
-%configure --disable-static
+%configure \
+    --disable-static \
+%ifarch %arm armv7l armv7el aarch64
+    --enable-arm-neon=check
+%endif
+
+
 make %{?_smp_mflags}
 
 %install