]> git.pld-linux.org Git - packages/crossnacl-newlib.git/commitdiff
- use hardlinks for duplicate content auto/th/crossnacl-newlib-1_18_0-0_gitf5185a57
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 6 Jul 2012 14:19:34 +0000 (14:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossnacl-newlib.spec -> 1.2

crossnacl-newlib.spec

index b702bc45f5cbdcfad05a37d4d1602c75bb910f42..79884f23f18a8e101b47c429ec8ad221c5ea02ba 100644 (file)
@@ -31,6 +31,7 @@ Source3:      pthread.h
 URL:           http://sourceware.org/newlib/
 BuildRequires: crossnacl-binutils
 BuildRequires: crossnacl-gcc
+BuildRequires: fslint
 ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -88,6 +89,9 @@ sed "s/@OBJFORMAT@/elf32-nacl/" newlib-libc-script > $RPM_BUILD_ROOT%{_prefix}/%
 mv $RPM_BUILD_ROOT%{_prefix}/%{target}/lib/libc.a $RPM_BUILD_ROOT%{_prefix}/%{target}/lib/libcrt_common.a
 sed "s/@OBJFORMAT@/elf64-nacl/" newlib-libc-script > $RPM_BUILD_ROOT%{_prefix}/%{target}/lib/libc.a
 
+# fix copies to be hardlinks (maybe should symlink in the future)
+findup -m $RPM_BUILD_ROOT
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.067356 seconds and 4 git commands to generate.