You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/08/03 12:06:39 UTC

svn commit: r981803 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

Author: stsp
Date: Tue Aug  3 10:06:39 2010
New Revision: 981803

URL: http://svn.apache.org/viewvc?rev=981803&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Revert r981528. For some reason,
   setting CFLAGS explicitly in the configure script's environment causes
   builds without debug symbols even if --enable-maintainer-mode is passed.

Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=981803&r1=981802&r2=981803&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Tue Aug  3 10:06:39 2010
@@ -722,7 +722,6 @@ $(SVN_OBJDIR)/.configured: $(SVN_OBJDIR)
 	cd $(svn_builddir) && \
 		env LDFLAGS="-L$(PREFIX)/neon/lib -L$(PREFIX)/apr/lib" \
 			LD_LIBRARY_PATH="$(PREFIX)/bdb/lib:$(PREFIX)/iconv/lib:$$LD_LIBRARY_PATH" \
-			CFLAGS="-Wno-system-headers" \
 			$(SVN_SRCDIR)/configure \
 			--enable-maintainer-mode \
 			--with-ssl \