Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 533000 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- redis-2.8.17.ebuild
0
++ redis-2.8.19.ebuild
Lines 34-43 Link Here
34
src_prepare() {
34
src_prepare() {
35
	epatch "${FILESDIR}"/${PN}-2.8.3-shared.patch
35
	epatch "${FILESDIR}"/${PN}-2.8.3-shared.patch
36
	epatch "${FILESDIR}"/${PN}-2.8.17-config.patch
36
	epatch "${FILESDIR}"/${PN}-2.8.17-config.patch
37
	epatch "${FILESDIR}"/${PN}-2.8.13-sharedlua.patch
37
	epatch "${FILESDIR}"/${PN}-2.8.19-sharedlua.patch
38
38
39
	# Copy lua modules into build dir
39
	# Copy lua modules into build dir
40
	cp "${S}"/deps/lua/src/{lua_cjson,lua_cmsgpack,lua_struct,strbuf}.c "${S}"/src || die
40
	cp "${S}"/deps/lua/src/{{lua_cjson,lua_cmsgpack,lua_struct,lua_bit,strbuf}.c,fpconv{.c,.h}} "${S}"/src || die
41
41
42
	# now we will rewrite present Makefiles
42
	# now we will rewrite present Makefiles
43
	local makefiles=""
43
	local makefiles=""
Lines 81-87 Link Here
81
		myconf="${myconf} MALLOC=yes"
81
		myconf="${myconf} MALLOC=yes"
82
	fi
82
	fi
83
83
84
	emake ${myconf} V=1 CC="${CC}" AR="${AR} rcu" RANLIB="${RANLIB}"
84
	emake ${myconf} V=1 CC="${CC}" AR="${AR} rcu" RANLIB="${RANLIB}" REDIS_CFLAGS="${REDIS_CFLAGS} -DENABLE_CJSON_GLOBAL"
85
}
85
}
86
86
87
src_install() {
87
src_install() {

Return to bug 533000