On 12/01/2015 05:43, Fam Zheng wrote: > The first patch fixes the module build: it doesn't fail but it links all the > module objects into executables. > > The second patch enables modules by default. > > The last patch adds a non-module build in travis config. > > > Fam Zheng (3): > rules.mak: Fix module build > configure: Default to enable module build > .travis.yml: Add "--disable-modules" > > .travis.yml | 3 ++ > configure | 96 > ++++++++++++++++++++++++++++++++++++++++++------------------- > rules.mak | 23 ++++++++------- > 3 files changed, 82 insertions(+), 40 deletions(-) >
Applied patch 1 for now. The change to default to enable modules will be in a separate pull request. Paolo