[haiku-commits] haiku: hrev53020 - src/apps/login

  • From: Alex von Gluck IV <kallisti5@xxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 30 Mar 2019 20:30:59 -0400 (EDT)

hrev53020 adds 1 changeset to branch 'master'
old head: 18a8edbf0eefdb04e81331c074d4a7b78abee552
new head: 72a021f5160dbe26313aa23b26cb67462b77fb30
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=72a021f5160d+%5E18a8edbf0eef

----------------------------------------------------------------------------

72a021f5160d: login: Add libbsd for explicit_bzero libmultiuser_utils.a

                          [ Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev53020
Commit:      72a021f5160dbe26313aa23b26cb67462b77fb30
URL:         https://git.haiku-os.org/haiku/commit/?id=72a021f5160d
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Sun Mar 31 00:30:06 2019 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/apps/login/Jamfile | 2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/login/Jamfile b/src/apps/login/Jamfile
index 87613f189c..0e578c2b01 100644
--- a/src/apps/login/Jamfile
+++ b/src/apps/login/Jamfile
@@ -9,7 +9,7 @@ Application Login :
        LoginWindow.cpp
        LoginView.cpp
        main.cpp
-       : be tracker libmultiuser_utils.a [ TargetLibstdc++ ] localestub
+       : be tracker bsd libmultiuser_utils.a [ TargetLibstdc++ ] localestub
        : Login.rdef
 ;
 


Other related posts:

  • » [haiku-commits] haiku: hrev53020 - src/apps/login - Alex von Gluck IV