]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - pth/pth.nm
lz4: New package
[ipfire-3.x.git] / pth / pth.nm
index 61edc96a3ee9344963f4ced45da9b1070d1f8d1b..6a7c0d61099f57d802db0db9452f8ab0134a5efd 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = pth
 version    = 2.0.7
-release    = 2
+release    = 3
 
 groups     = System/Libraries
 url        = http://www.gnu.org/software/pth
@@ -37,6 +37,13 @@ build
                        --with-mctx-stk=sas
        end
 
+       if "%{DISTRO_ARCH}" == "armv7hl"
+               configure_options += \
+                       --with-mctx-mth=sjlj \
+                       --with-mctx-dsp=ssjlj \
+                       --with-mctx-stk=sas
+       end
+
        test
                make check
        end
@@ -48,4 +55,8 @@ packages
        package %{name}-devel
                template DEVEL
        end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end