logo       

[PATCH] Fix library / plugin installation path: msg#00100

web.lighttpd

Subject: [PATCH] Fix library / plugin installation path

Hi Jan,

just saw in another source package how to get the library in the
default place and the plugins in a separated directory, patch against
1.3.0 release package is attached. I added also an AM_CFLAGS define
which causes some automake internal renamings so I don't get this
error:
src/Makefile.am: object `xyz.$(OBJEXT)' created both with libtool and without

+ Cygwin buildscript changes:
$ diff -ud lighttpd-1.3.0-1.sh~ lighttpd-1.3.0-1.sh
--- lighttpd-1.3.0-1.sh~ 2004-09-26 10:27:41.981840000 +0200
+++ lighttpd-1.3.0-1.sh 2004-09-26 10:27:17.296344000 +0200
@@ -146,9 +146,9 @@
${srcdir}/configure \
--srcdir=${srcdir} --prefix="${prefix}" \
--exec-prefix='${prefix}' --sysconfdir="${sysconfdir}" \
- --libdir='${prefix}/lib/${PKG}' --includedir='${prefix}/include' \
+ --libdir='${prefix}/lib' --includedir='${prefix}/include' \
--mandir='${prefix}/share/man' --infodir='${prefix}/share/info' \
- --libexecdir='${sbindir}' --localstatedir="${localstatedir}" \
+ --libexecdir=${prefix}/sbin --localstatedir="${localstatedir}" \
--datadir='${prefix}/share' --with-openssl --with-ldap)
}
reconf() {


Gerrit
--
=^..^=

Attachment: lighttpd-1.3.0-1.patch
Description: Binary data

<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise