diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-18 21:22:32 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-18 21:22:32 +0000 |
commit | 801747089b77f4ff78f478a019e59149ed69802b (patch) | |
tree | a135d2b942dd8920f55ab2b3fb2993966daa6f52 /configure | |
parent | 60e7701764c2ce01602d2dd35a29c861c9ccef0c (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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |