mirror of
https://github.com/systemd/systemd.git
synced 2025-02-24 17:57:34 +03:00
build-sys: don't build distcheck version with split /usr
This commit is contained in:
parent
38cacf5acd
commit
5ee9f21e86
@ -2492,7 +2492,8 @@ DISTCHECK_CONFIGURE_FLAGS = \
|
||||
--with-dbusinterfacedir=$$dc_install_base/$(dbusinterfacedir) \
|
||||
--with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \
|
||||
--with-pamlibdir=$$dc_install_base/$(pamlibdir) \
|
||||
--with-rootprefix=$$dc_install_base/$(prefix)
|
||||
--with-rootprefix=$$dc_install_base \
|
||||
--disable-split-usr
|
||||
|
||||
upload: all distcheck
|
||||
cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/
|
||||
|
@ -655,5 +655,5 @@ AC_MSG_RESULT([
|
||||
D-Bus system dir: ${with_dbussystemservicedir}
|
||||
D-Bus interfaces dir: ${with_dbusinterfacedir}
|
||||
Split /usr: ${enable_split_usr}
|
||||
Build man pages: ${have_manpages}
|
||||
man pages: ${have_manpages}
|
||||
])
|
||||
|
Loading…
x
Reference in New Issue
Block a user