Skip to content

Commit cdd240b

Browse files
committed
Fix error running ./configure when cross compiling
1 parent feaff25 commit cdd240b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cross/lxc/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ LICENSE = GPLv2/LGPLv2.1
1515

1616
PRE_CONFIGURE_TARGET = lxc_pre_configure
1717
GNU_CONFIGURE = 1
18-
CONFIGURE_ARGS = --with-init-script=sysvinit --enable-apparmor
18+
CONFIGURE_ARGS = --with-init-script=sysvinit --enable-apparmor --with-distro=debian
1919

2020
include ../../mk/spksrc.cross-cc.mk
2121

0 commit comments

Comments
 (0)