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

Bug#377839: Yaboot source package contains a binary static library



Package: yaboot
Severity: important
Tags: patch

The package is not entirely built from source: it uses
lib/libext2fs.a which was probably built ages ago from the directory
lib/e2fsprogs-1.27/.

Cheers,
-- 
((__,-"""-,__))  Aurélien GÉRÔME           .---.
 `--)~   ~(--`   Free Software Developer  /     \
.-'(       )`-.  Unix Sys & Net Admin     \.@-@./
`~~`@)   (@`~~`                           /`\_/`\
    |     |            .''`.             //  _  \\
    |     |           : :'  :           | \     )|_
    (8___8)           `. `'`           /`\_`>  <_/ \
     `---`              `-             \__/'---'\__/
BOFH excuse #32: techtonic stress
Index: debian/control
===================================================================
--- debian/control	(revision 78)
+++ debian/control	(working copy)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debootloaders Yaboot Maintainers Team <debootloaders-yaboot@lists.alioth.debian.org>
 Uploaders: Sven Luther <luther@debian.org>, Aurélien GÉRÔME <ag@roxor.cx>
-Build-Depends: debhelper (>= 4)
+Build-Depends: debhelper (>= 4), e2fslibs-dev (>= 1.27)
 Standards-Version: 3.7.2
 
 Package: yaboot
Index: Makefile
===================================================================
--- Makefile	(revision 78)
+++ Makefile	(working copy)
@@ -63,7 +63,7 @@
 
 # Libraries
 #
-LLIBS = lib/libext2fs.a
+LLIBS = /usr/lib/libext2fs.a
 
 # For compiling userland utils
 #

Attachment: signature.asc
Description: Digital signature


Reply to: