Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
packaging
deb-redis
Commits
ccf8455a
Commit
ccf8455a
authored
Nov 20, 2019
by
Noah Hilverling
Browse files
Use hiredis from redis source instead of package
parent
7b1cd955
Pipeline
#7309
passed with stages
in 33 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
ccf8455a
...
...
@@ -5,7 +5,6 @@ Maintainer: Chris Lamb <lamby@debian.org>
Build-Depends:
debhelper (>= 10),
dpkg-dev (>= 1.17.14),
libhiredis-dev (>= 0.14.0),
libjemalloc-dev [linux-any],
liblua5.1-dev,
lua-bitop-dev,
...
...
debian/rules
View file @
ccf8455a
...
...
@@ -44,7 +44,7 @@ override_dh_auto_build: debian/lua_libs_debian.c
# Build the non-bundled Lua libraries
dh_auto_build --sourcedirectory=deps/lua/src -- $(LUA_OBJECTS)
dh_auto_build --parallel -- V=1 USE_SYSTEM_JEMALLOC=yes USE_SYSTEM_LUA=yes
USE_SYSTEM_HIREDIS=yes
dh_auto_build --parallel -- V=1 USE_SYSTEM_JEMALLOC=yes USE_SYSTEM_LUA=yes
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment