Commits
Ryan Schmidt authored d9145b3568c
38 38 | # so swap CPPFLAGS and CFLAGS |
39 39 | # Remove this upon the next release after verifying it is not needed. |
40 40 | post-configure { |
41 41 | reinplace "s|\$(CPPFLAGS) \$(AM_CFLAGS) \$(CFLAGS)|\$(CFLAGS) \$(AM_CFLAGS) \$(CPPFLAGS)|" ${worksrcpath}/Makefile |
42 42 | reinplace "s|\$(DEFAULT_INCLUDES) \$(INCLUDES) \$(AM_CPPFLAGS) \$(CPPFLAGS)|\$(DEFAULT_INCLUDES) \$(INCLUDES) \$(AM_CPPFLAGS) \$(CFLAGS)|" ${worksrcpath}/Makefile |
43 43 | reinplace "s|\t\$(AM_CFLAGS) \$(CFLAGS)|\t\$(AM_CFLAGS) \$(CPPFLAGS)|" ${worksrcpath}/Makefile |
44 44 | } |
45 45 | |
46 46 | configure.cflags-append -std=gnu89 |
47 47 | configure.args-append --with-crypto \ |
48 + | --disable-silent-rules \ |
48 49 | --enable-cuckoo \ |
49 50 | --enable-magic |
50 51 | |
51 52 | test.run yes |
52 53 | test.target check |
53 54 | } |
54 55 | |
55 56 | set python.versions {27 35 36 37 38} |
56 57 | |
57 58 | foreach v ${python.versions} { |