]> git.pld-linux.org Git - packages/aircrack-ng.git/commitdiff
do use %{rpmcflags}
authorJan Palus <atler@pld-linux.org>
Thu, 9 Nov 2023 01:24:55 +0000 (02:24 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 9 Nov 2023 01:24:55 +0000 (02:24 +0100)
aircrack-ng.spec

index 3921c6d3c8563989466bfa514bc259b77a3fdfd1..465a22f7ad8c1b23d316a7de78472f83f1a40b8f 100644 (file)
@@ -89,7 +89,7 @@ grep -r -l '#!/usr/bin/env python' scripts | xargs sed -i -e 's|#!/usr/bin/env p
 
 %build
 # GCC LTO objects must be "fat" to avoid assembly errors
-export CFLAGS="-ffat-lto-objects -fcommon"
+export CFLAGS="%{rpmcflags} -ffat-lto-objects -fcommon"
 
 %{__libtoolize}
 %{__aclocal} -I build/m4/stubs -I build/m4
This page took 0.112467 seconds and 4 git commands to generate.