#3 Enable verbose build
Opened 4 years ago by lkundrak. Modified 4 years ago
rpms/ lkundrak/hostapd lr/v1  into  rawhide

file modified
+1 -1
@@ -74,7 +74,7 @@ 

      > .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

This allows us to inspect whether the proper compiler flags are actually
being used.