mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
Make some more things compile
This commit is contained in:
parent
fba6a22e57
commit
2279207edd
@ -20,13 +20,26 @@ $(BRIDGE_BUILD_DIR)/.configured: $(BRIDGE_BUILD_DIR)/.unpacked
|
|||||||
(cd $(BRIDGE_BUILD_DIR); rm -rf config.cache; \
|
(cd $(BRIDGE_BUILD_DIR); rm -rf config.cache; \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
./configure \
|
./configure \
|
||||||
|
--target=$(GNU_TARGET_NAME) \
|
||||||
|
--host=$(GNU_TARGET_NAME) \
|
||||||
|
--build=$(GNU_HOST_NAME) \
|
||||||
|
--prefix=/usr \
|
||||||
|
--exec-prefix=/usr \
|
||||||
|
--bindir=/usr/bin \
|
||||||
|
--sbindir=/usr/sbin \
|
||||||
|
--libexecdir=/usr/lib \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
--datadir=/usr/share \
|
||||||
|
--localstatedir=/var \
|
||||||
|
--mandir=/usr/man \
|
||||||
|
--infodir=/usr/info \
|
||||||
|
$(DISABLE_NLS) \
|
||||||
--with-linux-headers=$(BUILD_DIR)/linux \
|
--with-linux-headers=$(BUILD_DIR)/linux \
|
||||||
);
|
);
|
||||||
|
|
||||||
touch $(BRIDGE_BUILD_DIR)/.configured
|
touch $(BRIDGE_BUILD_DIR)/.configured
|
||||||
|
|
||||||
$(BRIDGE_BUILD_DIR)/brctl/brctl: $(BRIDGE_BUILD_DIR)/.configured
|
$(BRIDGE_BUILD_DIR)/brctl/brctl: $(BRIDGE_BUILD_DIR)/.configured
|
||||||
$(MAKE) -C $(BRIDGE_BUILD_DIR) CC=$(TARGET_CC)
|
$(MAKE) -C $(BRIDGE_BUILD_DIR)
|
||||||
|
|
||||||
$(TARGET_DIR)/sbin/brctl: $(BRIDGE_BUILD_DIR)/brctl/brctl
|
$(TARGET_DIR)/sbin/brctl: $(BRIDGE_BUILD_DIR)/brctl/brctl
|
||||||
cp -af $(BRIDGE_BUILD_DIR)/brctl/brctl $(TARGET_DIR)/sbin/
|
cp -af $(BRIDGE_BUILD_DIR)/brctl/brctl $(TARGET_DIR)/sbin/
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# iptables
|
# iptables
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
IPTABLES_SOURCE_URL=ftp://ftp.netfilter.org/pub/iptables
|
IPTABLES_SOURCE_URL=http://www.netfilter.org/files
|
||||||
IPTABLES_SOURCE=iptables-1.2.8.tar.bz2
|
IPTABLES_SOURCE=iptables-1.2.8.tar.bz2
|
||||||
IPTABLES_BUILD_DIR=$(BUILD_DIR)/iptables-1.2.8
|
IPTABLES_BUILD_DIR=$(BUILD_DIR)/iptables-1.2.8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user