K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-19T02:19:43.003150Z K 7 svn:log V 414 devel/spark2012: Build the static library to stop ironsides leftovers Without a static library present, gnatmake will build the objects it needs in the base system -- that's not legal. The original issue I had with this was using BSD_INSTALL_LIB which stripped out the symbols in the static library, but I didn't realize what was happening. Now I know and the library is installed intact with BSD_INSTALL_DATA. END