Package: bozohttpd
Version: 20100621-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch
*** /tmp/tmpvO6pBV
In Ubuntu, the attached patch was applied to achieve the following:
* Makefile.boot: (LP: #748014)
fix FTBFS by adding -lcrypto to CRYPTOLIBS
Dear Maintainer,
I didn't add a patchsystem in ubuntu for this small change. If you are
interested,
I can prepare a update to the packaging (convert to 3.0, check policy etc) and
submit
a patch.
Thanks for considering the patch.
-- System Information:
Debian Release: squeeze/sid
APT prefers natty
APT policy: (500, 'natty')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.38-7-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'Makefile.boot'
--- Makefile.boot 2010-07-26 18:17:35 +0000
+++ Makefile.boot 2011-04-02 04:32:04 +0000
@@ -8,7 +8,7 @@
GROFF= groff -Tascii
CRYPTOLIBDIR= # -L/usr/lib
-CRYPTOLIBS= $(CRYPTOLIBDIR) -lcrypt -lssl
+CRYPTOLIBS= $(CRYPTOLIBDIR) -lcrypt -lssl -lcrypto
FILES= bozohttpd.c auth-bozo.c cgi-bozo.c content-bozo.c daemon-bozo.c \
dir-index-bozo.c ssl-bozo.c tilde-luzah-bozo.c main.c