shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU shishi branch, master, updated. shishi-1-0-1-44-g12ad39b


From: Simon Josefsson
Subject: [SCM] GNU shishi branch, master, updated. shishi-1-0-1-44-g12ad39b
Date: Wed, 03 Apr 2013 08:32:06 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU shishi".

http://git.savannah.gnu.org/cgit/shishi.git/commit/?id=12ad39b366190d73cd46a7991c6ff79b22ef1246

The branch, master has been updated
       via  12ad39b366190d73cd46a7991c6ff79b22ef1246 (commit)
       via  c5cebdd94062e2ef7167547bb6dc2db0deb2ece5 (commit)
      from  474e0d271883fa219d92e618b6e71100b58591ee (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 12ad39b366190d73cd46a7991c6ff79b22ef1246
Author: Simon Josefsson <address@hidden>
Date:   Wed Apr 3 10:31:58 2013 +0200

    Add libtool -shared when building pam_shishi.
    
    Suggested by Russ Allbery <address@hidden>.

commit c5cebdd94062e2ef7167547bb6dc2db0deb2ece5
Author: Simon Josefsson <address@hidden>
Date:   Wed Apr 3 10:30:53 2013 +0200

    Generated.

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

Summary of changes:
 doc/Makefile.am              |    1 +
 extra/pam_shishi/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index c72eb6a..dd743a4 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -727,6 +727,7 @@ gdoc_MANS += man/shishi_tkts_get_tgs.3
 gdoc_MANS += man/shishi_tkts_get.3
 gdoc_MANS += man/shishi_tkts_get_for_clientserver.3
 gdoc_MANS += man/shishi_tkts_get_for_server.3
+gdoc_MANS += man/shishi_tkts_get_for_localservicepasswd.3
 gdoc_MANS += man/shishi_check_version.3
 gdoc_MANS += man/shisa_cfg_db.3
 gdoc_MANS += man/shisa_cfg.3
diff --git a/extra/pam_shishi/Makefile.am b/extra/pam_shishi/Makefile.am
index df376ee..74e936c 100644
--- a/extra/pam_shishi/Makefile.am
+++ b/extra/pam_shishi/Makefile.am
@@ -27,7 +27,7 @@ lib_LTLIBRARIES = pam_shishi.la
 pam_shishi_la_SOURCES = pam_shishi.c
 pam_shishi_la_LIBADD = ../../lib/libshishi.la
 # XXX add -Wl,-x too?  PAM documentation suggests it.
-pam_shishi_la_LDFLAGS = -module -avoid-version
+pam_shishi_la_LDFLAGS = -module -shared -avoid-version
 
 # -DDEBUG_PAM
 DEFS = @DEFS@


hooks/post-receive
-- 
GNU shishi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]