g3proxy: add extra quic feature flag

This reverts commit 53c00d76d2.
This commit is contained in:
Zhang Jingqiang 2023-11-27 14:40:55 +08:00
parent de00d100d2
commit 3976dcfdc5
24 changed files with 69 additions and 8 deletions

View file

@ -17,7 +17,7 @@ override_dh_auto_clean:
override_dh_auto_build:
G3_PACKAGE_VERSION=$(DEB_VERSION) \
cargo build --frozen --offline --profile $(BUILD_PROFILE) \
--no-default-features --features $(LUA_FEATURE),$(SSL_FEATURE),$(CARES_FEATURE),hickory,geoip \
--no-default-features --features $(LUA_FEATURE),$(SSL_FEATURE),quic,$(CARES_FEATURE),hickory,geoip \
--package g3proxy --package g3proxy-ctl --package g3proxy-ftp --package g3proxy-lua --package g3proxy-geoip
sh $(PACKAGE_NAME)/service/generate_systemd.sh