[Bug 382180] [NEW] enable bzip2, zlib and host specific building in debian/rules
AZ
AlfonsName at web.de
Sun May 31 17:03:59 UTC 2009
Public bug reported:
Hi,
I'd like to use botan bzip2 or zlib filters. The zlib / bzlib dependency is already included
in the 1.8.2 package but not enabled. To enable these modules, please add
--with-bzip2 --with-zlib to the configure.pl call in debian/rules .
Further, this debian package always configures for linux with cpu=generic.
This can be made target specific by using --os=$(DEB_HOST_ARCH_OS) --cpu=$(DEB_HOST_GNU_CPU)
with configure.pl
So the resulting line in debian/rules for configure.pl becomes
./configure.pl --prefix=/usr --cc=gcc --os=$(DEB_HOST_ARCH_OS) --cpu=$(DEB_HOST_GNU_CPU) --with-bzip2 --with-zlib
Sincerely,
AZ
** Affects: botan-devel (Ubuntu)
Importance: Undecided
Status: New
--
enable bzip2, zlib and host specific building in debian/rules
https://bugs.launchpad.net/bugs/382180
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list