Ignore:
Timestamp:
Oct 21, 2011, 9:30:17 PM (14 years ago)
Author:
Yuri Dario
Message:

spec: libc, included emxomf.exe by dmik to workaround gcc/wlink bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/libc.spec

    r225 r229  
    55Group:          System/Libraries
    66Version:        0.6.4
    7 Release:        10%{?dist}
     7Release:        11%{?dist}
    88Url:            http://svn.netlabs.org/libc
    99
     
    6969cp -p -r "usr/include/*" %{buildroot}%{_includedir}
    7070cp -p -r "include/*" %{buildroot}%{_includedir}
     71cp -p -r "emxomf.exe" %{buildroot}%{_bindir}
    7172cp -p -r "usr/lib/*" %{buildroot}%{_libdir}
    7273cp -p -r "usr/man/*" %{buildroot}%{_usr}/i386-pc-os2-elf
     
    109110
    110111%changelog
     112* Thu Oct 20 2011 yd
     113- included emxomf.exe by dmik to workaround gcc/wlink bugs.
     114
    111115* Wed Oct 12 2011 yd
    112116- fixed mmap include
Note: See TracChangeset for help on using the changeset viewer.