From a6448fb48509863be4d7c9967a81ead5a98f3c2f Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Jul 03 2019 15:29:45 +0000 Subject: Enable verbose build This allows us to inspect whether the proper compiler flags are actually being used. --- diff --git a/hostapd.spec b/hostapd.spec index 5d10fd6..e6f31d2 100644 --- a/hostapd.spec +++ b/hostapd.spec @@ -74,7 +74,7 @@ cat defconfig | sed \ > .config echo "CFLAGS += -I%{_includedir}/libnl3" >> .config echo "LIBS += -L%{_libdir}" >> .config -make %{?_smp_mflags} EXTRA_CFLAGS="$RPM_OPT_FLAGS" +make %{?_smp_mflags} EXTRA_CFLAGS="$RPM_OPT_FLAGS" V=1 %install %if 0%{?fedora} || 0%{?rhel} >= 7