projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48573c7
)
lighttpd: remove --program-prefix
author
Yann E. MORIN
<yann.morin.1998@anciens.enib.fr>
Tue, 9 Aug 2011 22:12:47 +0000
(
00:12
+0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 11 Sep 2011 22:08:16 +0000
(
00:08
+0200)
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/lighttpd/lighttpd.mk
patch
|
blob
|
history
diff --git
a/package/lighttpd/lighttpd.mk
b/package/lighttpd/lighttpd.mk
index 45941eb0c40b086933dee2564f4b31e152b8d063..ba5f5cf96e9dc52cc6cdef86c9c91fba59eac42b 100644
(file)
--- a/
package/lighttpd/lighttpd.mk
+++ b/
package/lighttpd/lighttpd.mk
@@
-11,7
+11,6
@@
LIGHTTPD_CONF_OPT = \
--libdir=/usr/lib/lighttpd \
--libexecdir=/usr/lib \
--localstatedir=/var \
- --program-prefix="" \
$(if $(BR2_LARGEFILE),,--disable-lfs)
ifeq ($(BR2_PACKAGE_LIGHTTPD_OPENSSL),y)