zsh: remove --disable-dynamic-nss; breaks $USERNAME with glibc.
This commit is contained in:
parent
a2b0d83a1f
commit
569a135445
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'zsh'
|
# Template file for 'zsh'
|
||||||
pkgname=zsh
|
pkgname=zsh
|
||||||
version=5.0.8
|
version=5.0.8
|
||||||
revision=1
|
revision=2
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -10,7 +10,7 @@ make_install_args="install.info"
|
||||||
configure_args="--enable-etcdir=/etc/zsh --enable-zshenv=/etc/zsh/zshenv
|
configure_args="--enable-etcdir=/etc/zsh --enable-zshenv=/etc/zsh/zshenv
|
||||||
--enable-zlogin=/etc/zsh/zlogin --enable-zlogout=/etc/zsh/zlogout
|
--enable-zlogin=/etc/zsh/zlogin --enable-zlogout=/etc/zsh/zlogout
|
||||||
--enable-zprofile=/etc/profile --enable-zshrc=/etc/zsh/zshrc
|
--enable-zprofile=/etc/profile --enable-zshrc=/etc/zsh/zshrc
|
||||||
--enable-maildir-support --enable-function-subdirs --disable-dynamic-nss
|
--enable-maildir-support --enable-function-subdirs
|
||||||
--enable-fndir=/usr/share/zsh/functions --with-term-lib=ncursesw
|
--enable-fndir=/usr/share/zsh/functions --with-term-lib=ncursesw
|
||||||
--enable-scriptdir=/usr/share/zsh/scripts --enable-pcre
|
--enable-scriptdir=/usr/share/zsh/scripts --enable-pcre
|
||||||
--enable-multibyte --enable-cap --with-tcsetpgrp
|
--enable-multibyte --enable-cap --with-tcsetpgrp
|
||||||
|
|
Loading…
Reference in a new issue