]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: Recommend --with-rootprefix=/ for split-usr
authorFilipe Brandenburger <filbranden@google.com>
Wed, 3 Jun 2015 14:33:06 +0000 (07:33 -0700)
committerFilipe Brandenburger <filbranden@google.com>
Wed, 3 Jun 2015 14:34:42 +0000 (07:34 -0700)
Since we started using AX_NORMALIZE_PATH, that is a valid supported
setup and is more explicit than --with-rootprefix= (empty) which is
actually currently broken.

Let's advocate for it in the ./configure suggestion from autogen.sh.

autogen.sh

index 3027f831532e5d626b40a5f8badd3fb850e0d4db..2d4acdfef167ca6a69424c823ea5d5d67e2829c1 100755 (executable)
@@ -47,7 +47,7 @@ fi
 
 if [ ! -L /bin ]; then
 args="$args \
---with-rootprefix= \
+--with-rootprefix=/ \
 --with-rootlibdir=$(libdir /lib) \
 "
 fi