From: Christopher McCrory <chrismcc@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] apache sbindir
Date: Tue, 27 Feb 2018 03:40:33 -0800 [thread overview]
Message-ID: <20180227114033.7746-1-chrismcc@gmail.com> (raw)
The apache configure script help indicates that the sbindir is PREFIX/sbin , but it actually uses PREFIX/bin. I suspect most people would expect httpd to be /usr/sbin/httpd , not /usr/bin/httpd.
Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
---
package/apache/apache.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/apache/apache.mk b/package/apache/apache.mk
index e1b1a209cb..010ec31c33 100644
--- a/package/apache/apache.mk
+++ b/package/apache/apache.mk
@@ -29,6 +29,7 @@ APACHE_MPM = worker
endif
APACHE_CONF_OPTS = \
+ --sbindir=/usr/sbin \
--sysconfdir=/etc/apache2 \
--with-apr=$(STAGING_DIR)/usr \
--with-apr-util=$(STAGING_DIR)/usr \
--
2.14.3
next reply other threads:[~2018-02-27 11:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-27 11:40 Christopher McCrory [this message]
2018-02-27 21:04 ` [Buildroot] [PATCH 1/1] apache sbindir Thomas Petazzoni
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=20180227114033.7746-1-chrismcc@gmail.com \
--to=chrismcc@gmail.com \
--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