Codebase list gnarwl / fee3288
Fix FTBFS with GCC 10 Closes: #957282 Bernhard Schmidt 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1212 # Explicitly pass CFLAGS to make, they are not picked up from the env
1313 # - enables hardening buildflags
1414 override_dh_auto_build:
15 make CFLAGS="$(CFLAGS) -I.."
15 make CFLAGS="$(CFLAGS) -I.. -fcommon"
1616
1717 override_dh_auto_install:
1818 dh_auto_install -- GZIP="-9n"