Disable Redhat specific file check when cross-compiling
This commit is contained in:
@@ -30,6 +30,7 @@ START_LXC = S64lxc
|
|||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
ac_cv_header_sys_types_h_makedev=no \
|
ac_cv_header_sys_types_h_makedev=no \
|
||||||
|
ac_cv_file___etc_redhat_release=no \
|
||||||
--prefix= \
|
--prefix= \
|
||||||
--exec_prefix= \
|
--exec_prefix= \
|
||||||
--enable-doc=no \
|
--enable-doc=no \
|
||||||
@@ -64,7 +65,7 @@ define Package/lxc/install
|
|||||||
$(INSTALL_DIR) $(1)/etc/init.d
|
$(INSTALL_DIR) $(1)/etc/init.d
|
||||||
$(INSTALL_DIR) $(1)/etc/rc3.d
|
$(INSTALL_DIR) $(1)/etc/rc3.d
|
||||||
$(INSTALL_BIN) ./files/lxc.sh $(1)/etc/init.d
|
$(INSTALL_BIN) ./files/lxc.sh $(1)/etc/init.d
|
||||||
ln -s ../init.d/lxc.sh $(1)/etc/rc3.d/$(START_LXC)
|
ln -s ../init.d/lxc.sh $(1)/etc/rc3.d/$(START_LXC)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,lxc))
|
$(eval $(call BuildPackage,lxc))
|
||||||
|
|||||||
Reference in New Issue
Block a user