haproxy: fix for the sbindir
The SBINDIR should not point to bindir Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
This commit is contained in:
parent
0fbf452b42
commit
dee89cee22
@ -59,7 +59,7 @@ do_configure() {
|
||||
}
|
||||
|
||||
do_compile() {
|
||||
oe_runmake CC="${CC}" CFLAGS="${CFLAGS}" SBINDIR="${bindir}" \
|
||||
oe_runmake CC="${CC}" CFLAGS="${CFLAGS}" SBINDIR="${sbindir}" \
|
||||
PREFIX="${prefix}" \
|
||||
ZLIB_INC=${STAGING_INCDIR} \
|
||||
ZLIB_LIB=${STAGING_LIBDIR} \
|
||||
@ -74,7 +74,7 @@ do_compile() {
|
||||
do_install() {
|
||||
oe_runmake install-bin \
|
||||
PREFIX="${prefix}" \
|
||||
SBINDIR="${bindir}" \
|
||||
SBINDIR="${sbindir}" \
|
||||
DESTDIR=${D} \
|
||||
INCLUDEDIR=${includedir}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user