freebsd-glue 0.1.11 source package in Ubuntu

Changelog

freebsd-glue (0.1.11) unstable; urgency=low


  * Fix unresolved dependencies on libc hidden symbols (_open, _read,
    _close), libdb and cpuset family of functions.
  * Add zlib1g-dev to Build-Depends and Depends.
  * getosreldate.c: Move mib and size to kFreeBSD-specific area.

 -- Robert Millan <email address hidden>  Sun, 20 Oct 2013 15:14:22 +0200

Upload details

Uploaded by:
GNU/kFreeBSD Maintainers
Uploaded to:
Sid
Original maintainer:
GNU/kFreeBSD Maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
freebsd-glue_0.1.11.dsc 1.0 KiB 7f807a16c1655a46f85bd1f78dafe5e92c573a9a16e4990f39a4bd60b0778b2d
freebsd-glue_0.1.11.tar.gz 36.5 KiB 5111626169dff06b5d168aa4efa541e4757e114bcab4a6fbd884661785d64e66

Available diffs

No changes file available.

Binary packages built by this source

freebsd-glue: Emulate a FreeBSD build environment

 This package provides a set of glue headers and symbolic links to emulate
 a FreeBSD build environment.
 .
 Its goal is to make it as easy as possible to build source code written for
 FreeBSD on Debian, by adding the necessary glue so that equivalent interfaces
 in packages like freebsd-buildutils, libbsd-dev or libexpat-dev are directly
 available to pristine FreeBSD code.
 .
 freebsd-glue strives for bug-for-bug compatibility and will even attempt
 to accommodate for unspecified features (such as implicit header inclusion),
 as long as this doesn't cause breakage in other areas.