From 2e087e62bcafd2155af497d22343d6f80bf2b6a66803d974959a2da5700aa19b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20=C3=87al=C4=B1=C5=9Fkan?= Date: Sun, 9 May 2021 12:26:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:tools/qdl?expand=0&rev=6 --- qdl.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/qdl.spec b/qdl.spec index bddd231..86fe969 100644 --- a/qdl.spec +++ b/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 -