]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
hyperscan: Fix resetting LTO flags
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Mar 2023 13:41:45 +0000 (13:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Mar 2023 13:41:45 +0000 (13:41 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
hyperscan/hyperscan.nm

index 91a7d665d91f571e16f2a91bd47b8818ead7aa90..a0a437e658d55299ef3d17fe4287fcc42057cc6d 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = hyperscan
 version    = 5.4.0
-release    = 1
+release    = 1.1
 
 # This won't build on any architectures but those
 sup_arches = x86_64
@@ -28,9 +28,6 @@ end
 
 source_dl  = https://github.com/intel/hyperscan/archive/v%{version}.tar.gz#/
 
-# Disable LTO
-LTO_CFLAGS =
-
 build
        requires
                boost-devel >= 1.57
@@ -41,6 +38,9 @@ build
                sqlite-devel
        end
 
+       # Disable LTO
+       LTO_CFLAGS =
+
        build
                %{cmake} . \
                        -DBUILD_SHARED_LIBS:BOOL=ON \