mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Disabled static build of libiptc, shared should be used.
This commit is contained in:
@@ -77,8 +77,8 @@ $(subst %,%_MD5,$(objects)) :
|
|||||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||||
@$(PREBUILD)
|
@$(PREBUILD)
|
||||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
||||||
cd $(DIR_APP) && sed -i 's|with_libiptc="no (Linux iptables header.*|with_libiptc="yes"|g' \
|
#cd $(DIR_APP) && sed -i 's|with_libiptc="no (Linux iptables header.*|with_libiptc="yes"|g' \
|
||||||
./configure
|
# ./configure
|
||||||
cd $(DIR_APP) && ./configure --prefix=/usr --localstatedir=/var \
|
cd $(DIR_APP) && ./configure --prefix=/usr --localstatedir=/var \
|
||||||
--disable-{apple_sensors,csv,ipvs,mbmon,memcached,mysql} \
|
--disable-{apple_sensors,csv,ipvs,mbmon,memcached,mysql} \
|
||||||
--disable-{netlink,nginx,nut,perl,serial,snmp,tape,vserver,xmms} \
|
--disable-{netlink,nginx,nut,perl,serial,snmp,tape,vserver,xmms} \
|
||||||
|
|||||||
Reference in New Issue
Block a user