package updates to release branch
Former-commit-id: 1f198c7ea5926f6f7be630da1e0aadbc8abd10ca
This commit is contained in:
parent
7992428583
commit
2056aeaaf7
@ -6,6 +6,7 @@ Build-Depends:
|
|||||||
debhelper (>= 9~),
|
debhelper (>= 9~),
|
||||||
dpkg-dev (>= 1.17.5),
|
dpkg-dev (>= 1.17.5),
|
||||||
systemd,
|
systemd,
|
||||||
|
libsystemd-dev <!nocheck>,
|
||||||
procps <!nocheck>,
|
procps <!nocheck>,
|
||||||
pkg-config <!nocheck>,
|
pkg-config <!nocheck>,
|
||||||
build-essential <!nocheck>,
|
build-essential <!nocheck>,
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
include /usr/share/dpkg/buildflags.mk
|
include /usr/share/dpkg/buildflags.mk
|
||||||
|
|
||||||
export BUILD_TLS=yes
|
export BUILD_TLS=yes
|
||||||
|
export USE_SYSTEMD=yes
|
||||||
export CFLAGS CPPFLAGS LDFLAGS
|
export CFLAGS CPPFLAGS LDFLAGS
|
||||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
export DEB_LDFLAGS_MAINT_APPEND = -ldl -latomic $(LUA_LDFLAGS)
|
export DEB_LDFLAGS_MAINT_APPEND = -ldl -latomic $(LUA_LDFLAGS)
|
||||||
|
@ -6,11 +6,7 @@ Build-Depends:
|
|||||||
debhelper (>= 9~),
|
debhelper (>= 9~),
|
||||||
dpkg-dev (>= 1.17.5),
|
dpkg-dev (>= 1.17.5),
|
||||||
systemd,
|
systemd,
|
||||||
# libhiredis-dev (>= 0.14.0),
|
libsystemd-dev <!nocheck>,
|
||||||
# libjemalloc-dev [linux-any],
|
|
||||||
# liblua5.1-dev,
|
|
||||||
# lua-bitop-dev,
|
|
||||||
# lua-cjson-dev,
|
|
||||||
procps <!nocheck>,
|
procps <!nocheck>,
|
||||||
build-essential <!nocheck>,
|
build-essential <!nocheck>,
|
||||||
tcl <!nocheck>,
|
tcl <!nocheck>,
|
||||||
|
@ -9,6 +9,7 @@ include /usr/share/dpkg/buildflags.mk
|
|||||||
#LUA_LDFLAGS = $(addprefix -llua5.1-,$(LUA_LIBS_DEBIAN)) $(addprefix ../deps/lua/src/,$(LUA_OBJECTS))
|
#LUA_LDFLAGS = $(addprefix -llua5.1-,$(LUA_LIBS_DEBIAN)) $(addprefix ../deps/lua/src/,$(LUA_OBJECTS))
|
||||||
|
|
||||||
export BUILD_TLS=yes
|
export BUILD_TLS=yes
|
||||||
|
export USE_SYSTEMD=yes
|
||||||
export CFLAGS CPPFLAGS LDFLAGS
|
export CFLAGS CPPFLAGS LDFLAGS
|
||||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
export DEB_LDFLAGS_MAINT_APPEND = -ldl -latomic $(LUA_LDFLAGS)
|
export DEB_LDFLAGS_MAINT_APPEND = -ldl -latomic $(LUA_LDFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user