X-Git-Url: http://git.pld-linux.org/?p=packages%2Fmold.git;a=blobdiff_plain;f=mold.spec;fp=mold.spec;h=f2a812b72babff81d22738348ba5fe8e7fcac9d0;hp=0ac1b75fa4b6961a89113150fcc5deebce2f4177;hb=e26d185cbb8692664cab3a4009fbd8dbff42ca91;hpb=ddd5c32b5817867bb37f6b182699ccdcba5e966f diff --git a/mold.spec b/mold.spec index 0ac1b75..f2a812b 100644 --- a/mold.spec +++ b/mold.spec @@ -5,11 +5,12 @@ Summary: mold: A Modern Linker Name: mold Version: 1.6.0 -Release: 1 +Release: 2 License: GPL v3+ Group: Development/Libraries Source0: https://github.com/rui314/mold/archive/v%{version}/%{name}-%{version}.tar.gz # Source0-md5: f6eb0adbc0ebd5dc75aed698bddd1a0e +Patch0: x86-nonpic.patch URL: https://github.com/rui314/mold BuildRequires: cmake >= 3.13 %{?with_tests:BuildRequires: glibc-static} @@ -38,6 +39,7 @@ especially in rapid debug-edit-rebuild cycles. %prep %setup -q +%patch0 -p1 %{__rm} -r third-party/{mimalloc,tbb}