mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-26 09:57:26 +03:00
autogen: add --with-rootlibdir= and switch /usr/local to /usr
This commit is contained in:
parent
124e6fb56d
commit
fbe224e203
@ -68,11 +68,12 @@ else
|
||||
|
||||
if [ "x$1" != "xac" ]; then
|
||||
CFLAGS="$CFLAGS -g -O0" ./configure \
|
||||
--with-rootprefix= \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--libdir=$(libdir /usr/lib) \
|
||||
--with-rootlibdir=$(libdir /lib) \
|
||||
--libexecdir=/usr/lib \
|
||||
--libdir=$(libdir /usr/local/lib) \
|
||||
--with-rootprefix= \
|
||||
"$@"
|
||||
make clean
|
||||
fi
|
||||
|
@ -649,6 +649,7 @@ AC_MSG_RESULT([
|
||||
plymouth: ${have_plymouth}
|
||||
prefix: ${prefix}
|
||||
rootprefix: ${with_rootprefix}
|
||||
libexec dir: ${libexecdir}
|
||||
lib dir: ${libdir}
|
||||
rootlib dir: ${with_rootlibdir}
|
||||
pam modules dir: ${with_pamlibdir}
|
||||
|
Loading…
x
Reference in New Issue
Block a user