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 2012/09/03 17:17:15 UTC

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

Author: stsp
Date: Mon Sep  3 15:17:14 2012
New Revision: 1380269

URL: http://svn.apache.org/viewvc?rev=1380269&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Fix a new build error during cyrus-sasl
   compilation. For some reason it now expects the saslauthd/cmulocal directory
   to exist, but that directory exists one level above... not sure what's
   going on but pointing it at the existing directory seems to fix things.

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=1380269&r1=1380268&r2=1380269&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Mon Sep  3 15:17:14 2012
@@ -862,6 +862,8 @@ endif
 		> $(CYRUS_SASL_SRCDIR)/lib/dlopen.c.patched
 	mv $(CYRUS_SASL_SRCDIR)/lib/dlopen.c.patched \
 		$(CYRUS_SASL_SRCDIR)/lib/dlopen.c
+	# Fix a weird autotools error about missing cmulocal dir
+	(cd $(CYRUS_SASL_SRCDIR)/saslauthd/ && ln -sf ../cmulocal)
 	touch $@
 
 # configure cyrus-sasl