From 937098cb9ccb410693c70f288173f1f2b17837f5 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 24 May 2005 21:50:42 +0000 Subject: Fixed to erase .so and binaries before trying to overwrite them so mmap doesnt mess up and segfault any running copy (thanks jilles) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1507 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 4ffbe0657..01683da91 100755 --- a/configure +++ b/configure @@ -667,6 +667,7 @@ EOENT m_$i.so: m_$i.cpp ../../include/modules.h ../../include/users.h ../../include/channels.h ../../include/servers.h ../../include/base.h \$(CC) -pipe -I../../include \$(FLAGS) $flags -export-dynamic -c m_$i.cpp \$(CC) \$(FLAGS) -shared $flags -o m_$i.so m_$i.o + @-rm -f \$(MODPATH)/m_$i.so cp m_$i.so \$(MODPATH)/ chmod 0700 \$(MODPATH)/m_$i.so -- cgit v1.2.3