|
[PATCH] Fix library / plugin installation path: msg#00100web.lighttpd
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 -- =^..^=
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: lighttpd - problems with cgi scripts: 00100, Jan Kneschke |
|---|---|
| Next by Date: | Re: Fix library / plugin installation path: 00100, Gerrit P. Haase |
| Previous by Thread: | lighttpd - problems with cgi scriptsi: 00100, Gerrit P. Haase |
| Next by Thread: | Re: Fix library / plugin installation path: 00100, Gerrit P. Haase |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |