myserver-commit
[Top][All Lists]
Advanced

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

[myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-222-


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-222-g031dcae
Date: Fri, 07 May 2010 22:30:57 +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 MyServer".

The branch, master has been updated
       via  031dcae7452e27013fcea41debac8a5eb775790e (commit)
       via  0b7e2f3459adbad63bd657c34d1988422d4b2858 (commit)
      from  a7412d6c1866f790a8bd5931aa76306818fcd79b (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 031dcae7452e27013fcea41debac8a5eb775790e
Author: Giuseppe Scrivano <address@hidden>
Date:   Sat May 8 00:26:49 2010 +0200

    Specify the extension for the myserver executable.

diff --git a/myserver/src/Makefile.am b/myserver/src/Makefile.am
index 9594b99..80de900 100644
--- a/myserver/src/Makefile.am
+++ b/myserver/src/Makefile.am
@@ -166,7 +166,7 @@ myserver_LDADD = libmyserver.la $(PTHREAD_LIB) $(IDN_LIB) \
        $(XML_LIBS) $(INTLLIBS) $(LDFLAGS)
 
 all-local: libmyserver.la myserver${EXEEXT}
-       $(LIBTOOL) --mode=install cp myserver $(abs_top_builddir)/binaries/
+       $(LIBTOOL) --mode=install cp myserver$(EXEEXT) 
$(abs_top_builddir)/binaries/
 
 clean-local:
-       $(LIBTOOL) --mode=uninstall rm -f $(abs_top_builddir)/binaries/myserver
+       $(LIBTOOL) --mode=uninstall rm -f 
$(abs_top_builddir)/binaries/myserver$(EXEEXT)



commit 0b7e2f3459adbad63bd657c34d1988422d4b2858
Author: Giuseppe Scrivano <address@hidden>
Date:   Sat May 8 00:21:52 2010 +0200

    The userenv library is required by GetProfilesDirectory.

diff --git a/myserver/configure.ac b/myserver/configure.ac
index 3899226..ac0f690 100644
--- a/myserver/configure.ac
+++ b/myserver/configure.ac
@@ -96,7 +96,7 @@ AC_CHECK_FUNCS(regcomp setgroups localtime_r posix_fallocate \
 
 case "${host}" in
     *-*-mingw32*)
-     LIBS="$LIBS -lwsock32 -lws2_32"
+     LIBS="$LIBS -lwsock32 -lws2_32 -luserenv"
      MAKE_MSCGI=yes
      LTCFLAGS=""
      ;;

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

Summary of changes:
 myserver/configure.ac    |    2 +-
 myserver/src/Makefile.am |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

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