Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/lighttpd
Date: Wed, 17 Sep 2008 14:35:51 -0700 (PDT)	[thread overview]
Message-ID: <20080917213551.658F53C69C@busybox.net> (raw)

Author: jacmet
Date: 2008-09-17 14:35:51 -0700 (Wed, 17 Sep 2008)
New Revision: 23417

Log:
lighttpd: fix compilation without largefile support

lighttpd uses --disable-lfs instead of --disable-largefile.
Remove redundant configure args while we're at it.

Modified:
   trunk/buildroot/package/lighttpd/lighttpd.mk


Changeset:
Modified: trunk/buildroot/package/lighttpd/lighttpd.mk
===================================================================
--- trunk/buildroot/package/lighttpd/lighttpd.mk	2008-09-17 21:33:19 UTC (rev 23416)
+++ trunk/buildroot/package/lighttpd/lighttpd.mk	2008-09-17 21:35:51 UTC (rev 23417)
@@ -10,18 +10,18 @@
 LIGHTTPD_INSTALL_TARGET = YES
 LIGHTTPD_DEPENDENCIES = uclibc
 LIGHTTPD_CONF_ENV =
+
+ifneq ($(BR2_LARGEFILE),y)
+LIGHTTPD_LFS:=$(DISABLE_LARGEFILE) --disable-lfs
+endif
+
 LIGHTTPD_CONF_OPT = \
-	--target=$(GNU_TARGET_NAME) \
-	--host=$(GNU_TARGET_NAME) \
-	--build=$(GNU_HOST_NAME) \
-	--prefix=/usr \
 	--libdir=/usr/lib/lighttpd \
 	--libexecdir=/usr/lib \
-	--sysconfdir=/etc \
 	--localstatedir=/var \
 	--program-prefix="" \
 	$(DISABLE_IPV6) \
-	$(DISABLE_LARGEFILE)
+	$(LIGHTTPD_LFS)
 
 ifeq ($(strip $(BR2_PACKAGE_LIGHTTPD_OPENSSL)),y)
 LIGHTTPD_DEPENDENCIES += openssl

             reply	other threads:[~2008-09-17 21:35 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-17 21:35 jacmet at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-12-13 10:55 [Buildroot] svn commit: trunk/buildroot/package/lighttpd tpetazzoni at uclibc.org
2008-09-17 21:36 jacmet at uclibc.org
2008-04-24 13:18 ninevoltz at uclibc.org
2007-11-30 12:35 ulf at uclibc.org
2007-09-19 14:02 aldot at uclibc.org
2007-08-11 23:35 ulf at uclibc.org
2007-07-17  0:27 sjhill at uclibc.org
2007-07-15 23:35 ulf at uclibc.org
2007-07-08 18:16 aldot at uclibc.org
2007-07-08 18:14 aldot at uclibc.org
2007-02-11 18:08 aldot at uclibc.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080917213551.658F53C69C@busybox.net \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox