summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2020-07-30 20:56:07 +0200
committerIsmael Luceno2020-07-31 01:39:09 +0200
commit3bdc241852bc574376b2a840846475d0551c2479 (patch)
treed22202bf8b1dd8e7ed84b2223c16dec3943339e5
parent9f7236d5b9222c52f258bc332fd78eb2ae9fb388 (diff)
lshw: Use CXXFLAGS
-rwxr-xr-xutils/lshw/BUILD2
-rw-r--r--utils/lshw/HISTORY1
2 files changed, 2 insertions, 1 deletions
diff --git a/utils/lshw/BUILD b/utils/lshw/BUILD
index cd5b91cce1..7bcaf7dda3 100755
--- a/utils/lshw/BUILD
+++ b/utils/lshw/BUILD
@@ -1 +1 @@
-make all $OPTS
+make all $OPTS RPM_OPT_FLAGS="$CXXFLAGS"
diff --git a/utils/lshw/HISTORY b/utils/lshw/HISTORY
index 9a1cf3c0b8..f47d512893 100644
--- a/utils/lshw/HISTORY
+++ b/utils/lshw/HISTORY
@@ -1,6 +1,7 @@
2020-07-30 Ismael Luceno <ismael@sourcemage.org>
* BUILD: removed edit of src/Makefile, not needed anymore
* DEPENDS, BUILD: merged building of gui and cli
+ * BUILD: added CXXFLAGS flags to the build
2019-08-01 Ismael Luceno <ismael@sourcemage.org>
* PRE_BUILD, patches/fix-array-bounds.patch,