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. v0.9.2-405


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-405-g8ed1dfd
Date: Sun, 07 Nov 2010 17:09:35 +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  8ed1dfd8afb14321c7756f4deb6da4afa7624b55 (commit)
      from  db569f311a18a09cd2dd7c446cd2c9e56c451706 (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 8ed1dfd8afb14321c7756f4deb6da4afa7624b55
Author: Giuseppe Scrivano <address@hidden>
Date:   Sun Nov 7 18:11:19 2010 +0100

    Fix build for MSCGI examples.

diff --git a/myserver/binaries/web/cgi-src/math_sum/Makefile.am 
b/myserver/binaries/web/cgi-src/math_sum/Makefile.am
index 7e3e59b..9e244a4 100644
--- a/myserver/binaries/web/cgi-src/math_sum/Makefile.am
+++ b/myserver/binaries/web/cgi-src/math_sum/Makefile.am
@@ -21,7 +21,7 @@ lib_LTLIBRARIES = libmath_sum.la
 libmath_sum_la_SOURCES = math_sum.cpp
 libmath_sum_la_LDFLAGS = -shared -export-dynamic -no-install -no-undefined 
-module \
                                                                                
 -avoid-version -shrext .mscgi
-libmath_sum_la_LIBADD = ../../../../src/libmyserver.la 
../../../../lib/libgnu.la
+libmath_sum_la_LIBADD = ../../../../src/libmyserver.la
 
 all: all-am math_sum.mscgi
 
diff --git a/myserver/binaries/web/cgi-src/post/Makefile.am 
b/myserver/binaries/web/cgi-src/post/Makefile.am
index c0b586f..cff5eb6 100644
--- a/myserver/binaries/web/cgi-src/post/Makefile.am
+++ b/myserver/binaries/web/cgi-src/post/Makefile.am
@@ -21,7 +21,7 @@ lib_LTLIBRARIES = libpost.la
 libpost_la_SOURCES = post.cpp
 libpost_la_LDFLAGS = -shared -export-dynamic -no-install -no-undefined -module 
\
                                                                                
 -avoid-version -shrext .mscgi
-libpost_la_LIBADD = ../../../../src/libmyserver.la ../../../../lib/libgnu.la
+libpost_la_LIBADD = ../../../../src/libmyserver.la
 
 all: all-am post.mscgi
 

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

Summary of changes:
 myserver/binaries/web/cgi-src/math_sum/Makefile.am |    2 +-
 myserver/binaries/web/cgi-src/post/Makefile.am     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU MyServer



reply via email to

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