This commit is contained in:
parent
3698b47e6b
commit
2e087e62bc
5
qdl.spec
5
qdl.spec
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user