Comment 5 for bug 12710

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Thu, 18 Dec 2003 13:23:02 -0800
From: Matt Zimmerman <email address hidden>
To: <email address hidden>, Glen Mabey <email address hidden>
Subject: Re: dhcp3-dev: deb missing lib from upstream source

This is apparently an upstream bug. libdst.a is explicitly not installed:

mizar:[...rk/dhcp/dhcp3-3.0+3.0.1rc11] grep -A 5 '^install:'
dst/Makefile.dist
install:

libdst.a: $(OBJ)
        rm -f dst.a
        ar cruv libdst.a $(OBJ)
        $(RANLIB) libdst.a

It is only used internally to link programs which use libomapi. It should
either be installed, or combined into libomapi in order for that library to
be useful after installation.

--
 - mdz