SHA256
1
0
forked from pool/s390-tools

Accepting request 875687 from home:markkp:branches:Base:System

Removed a debugging flag.

OBS-URL: https://build.opensuse.org/request/show/875687
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=109
This commit is contained in:
Mark Post 2021-02-28 00:11:53 +00:00 committed by Git OBS Bridge
parent a4a57474bc
commit ff846aaceb

View File

@ -232,7 +232,7 @@ export OPT_FLAGS="%{optflags}"
export KERNELIMAGE_MAKEFLAGS="%%{?_smp_mflags}"
make %{?_smp_mflags} \
ZFCPDUMP_DIR=%{_prefix}/lib/s390-tools/zfcpdump \
DISTRELEASE=%{release} V=1
DISTRELEASE=%{release}
gcc -static -o read_values ${OPT_FLAGS} %{SOURCE86} -lqc
%install