provide lighttpd-dev package
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lighttpd (Debian) |
Fix Released
|
Unknown
|
|||
lighttpd (Ubuntu) |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: lighttpd
Please, provide lighttpd-dev package built from lighttpd sources.
Package should contain:
config.h src/*.h installed in /usr/lib/lighttpd/
lighttpd.pc (pkg-config) installed in /usr/lib/
lighttpd-dev package is must have to build lighttpd modules outside lighttpd source tree. We have several modules, and we have hacked lighttpd source package.
lighttpd.pc.in we use:
===
# lighttpd pkg-config file
prefix=@prefix@
exec_prefix=
libdir=@libdir@
includedir=
Name: lighttpd
Description: lighttpd
Version: @VERSION@
Requires:
Conflicts:
Libs:
Cflags: -I${includedir} -DHAVE_CONFIG_H @CPPFLAGS@
===
To generate lighttpd.pc string "lighttpd.pc" should be added to configure.in into AC_CONFIG_FILES and following lines should be added to Makefile.am:
===
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = lighttpd.pc
===
Related branches
Changed in lighttpd: | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Changed in lighttpd: | |
status: | Unknown → New |
Changed in lighttpd (Debian): | |
status: | New → Incomplete |
Changed in lighttpd (Debian): | |
status: | Incomplete → Fix Released |
Sent to Debian and provided a patch there.
Also, I have prepared a debdiff, please consider it.