Mustafa Çalışkan 2021-05-09 12:26:14 +00:00 committed by Git OBS Bridge
parent 3698b47e6b
commit 2e087e62bc

View File

@ -23,7 +23,7 @@ Summary: A tool for flash images to Qualcomm based systems
License: BSD-3-Clause
Group: Development/Tools/Other
URL: https://github.com/andersson/qdl
#Source https://github.com/andersson/qdl/archive/master.tar.gz
#Source https://github.com/andersson/qdl/archive/master.tar.gz
Source: %{name}-%{version}.tar.xz
BuildRequires: libudev-devel
BuildRequires: libxml2-devel
@ -37,7 +37,7 @@ loader and use this to flash images. Mostly Qualcomm based systems.
%build
%make_build CFLAGS="%{optflags} %(xml2-config --cflags) -fpie -g" \
LDFLAGS="%{optflags} %(xml2-config --libs) -ludev -pie"
LDFLAGS="%{optflags} %(xml2-config --libs) -ludev -pie"
%install
%make_install prefix="%{_prefix}"
@ -47,4 +47,3 @@ loader and use this to flash images. Mostly Qualcomm based systems.
%{_bindir}/%{name}
%changelog