Codebase list bam / 2507570
d/rules: Pass necessary variables for cross build to make_unix.sh Nilesh Patra 3 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 DPKG_EXPORT_BUILDFLAGS = 1
33 -include /usr/share/dpkg/buildflags.mk
4 include /usr/share/dpkg/buildtools.mk
45
56 %:
67 dh $@
910 # nothing to do
1011
1112 override_dh_auto_build:
12 sh make_unix.sh
13 CC_FOR_BUILD=$(CC_FOR_BUILD) CC=$(CC) PKG_CONFIG=$(PKG_CONFIG) sh make_unix.sh
1314 python3 scripts/gendocs.py
1415
1516 override_dh_auto_install: