revert accidental commit

OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=121
This commit is contained in:
Adam Majer 2018-06-26 13:00:21 +00:00 committed by Git OBS Bridge
parent f98839df94
commit fd7c6283fc

View File

@ -120,6 +120,9 @@ echo "`grep %{name}-%{version}.tar.xz %{SOURCE6} | head -n1 | cut -c1-64` %{SOU
%build %build
autoreconf --force --install autoreconf --force --install
%define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith -Wformat-security -Wno-unused-parameter
export CFLAGS="$RPM_OPT_FLAGS %{warn_flags}"
export X11_WWW="%{_datadir}/mc/x11_browser" export X11_WWW="%{_datadir}/mc/x11_browser"
%configure \ %configure \