summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-18 21:22:32 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-18 21:22:32 +0000
commit801747089b77f4ff78f478a019e59149ed69802b (patch)
treea135d2b942dd8920f55ab2b3fb2993966daa6f52
parent60e7701764c2ce01602d2dd35a29c861c9ccef0c (diff)
$(FLAGS) was omitted from build line of a directory based module
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6390 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 16940af2d..fe34b69c6 100755
--- a/configure
+++ b/configure
@@ -1272,7 +1272,7 @@ EOCHEESE
}
}
print "(\033[1;32m$i files found\033[0m)\n";
- print FILEHANDLE "\n \$(CC) -pipe $liflags -shared -o $name.so $crap3\n";
+ print FILEHANDLE "\n \$(CC) -pipe \($FLAGS) -shared $liflags -o $name.so $crap3\n";
print FILEHANDLE "\n$crapola\n";
closedir(MDIRHANDLE);
$crud = $crud . " install -m \$(INSTMODE) $name.so \$(MODPATH)\n";