Codebase list ignition-math / 889e214
Replace DEB_B_OPTIOS by DEB_B_M_OPTIONS Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org> Jose Luis Rivero 8 months ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1313 # deal with it. There is a lintian warning about using DEB_BUILD_OPTIONS but
1414 # I did not find a better way. Patches are welcome.
1515 ifeq (,$(filter $(DEB_HOST_ARCH), amd64 i386))
16 export DEB_BUILD_OPTIONS='parallel=1'
16 export DEB_BUILD_MAINT_OPTIONS+='parallel=1'
1717 endif
1818
1919 ifeq ($(DEB_HOST_ARCH),i386)