[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#24334: libc4 missing in hamm



kaih@khms.westfalen.de (Kai Henningsen) writes:

> dunham@cse.msu.edu (Steve Dunham)  wrote on 09.07.98 in <[🔎] m9boguzy5sr.fsf@fatneck.cps.msu.edu>:
> 
> > The package "libc-5.3.12-27.i386.rpm" is contained in Red Hat 5.1.  It
> > also contains "aout-libs-1.4-9.i386.rpm".  Each package contains a
> > fairly complete set of libraries, including the X libraries.
> 
> Did someone have a look how the latter is built? Maybe we can learn from  
> them how to do it?

They cheat.  (They do include the source in the SRPM, but they also
include binaries.)

%build

%install
mkdir -p /usr/i486-linuxaout/lib
for n in *; do
    install -m 755 $n /usr/i486-linuxaout/lib
done


--  
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: