[arch-commits] Commit in bash/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Feb 14 13:33:25 UTC 2017


    Date: Tuesday, February 14, 2017 @ 13:33:24
  Author: heftig
Revision: 288931

4.4.012-2

Modified:
  bash/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-14 12:17:49 UTC (rev 288930)
+++ PKGBUILD	2017-02-14 13:33:24 UTC (rev 288931)
@@ -7,7 +7,7 @@
 _basever=4.4
 _patchlevel=012
 pkgver=${_basever}.${_patchlevel}
-pkgrel=1
+pkgrel=2
 pkgdesc='The GNU Bourne Again shell'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -46,7 +46,8 @@
   _bashconfig=(-DDEFAULT_PATH_VALUE=\'\"/usr/local/sbin:/usr/local/bin:/usr/bin\"\'
                -DSTANDARD_UTILS_PATH=\'\"/usr/bin\"\'
                -DSYS_BASHRC=\'\"/etc/bash.bashrc\"\'
-               -DSYS_BASH_LOGOUT=\'\"/etc/bash.bash_logout\"\')
+               -DSYS_BASH_LOGOUT=\'\"/etc/bash.bash_logout\"\'
+               -DNON_INTERACTIVE_LOGIN_SHELLS)
   export CFLAGS="${CFLAGS} ${_bashconfig[@]}"
 
   ./configure --prefix=/usr --with-curses --enable-readline \



More information about the arch-commits mailing list