Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 352000
Collapse All | Expand All

(-)wt-3.1.7.ebuild.orig (+1 lines)
Lines 86-91 Link Here
86
	# Tests need sqlite
86
	# Tests need sqlite
87
	if use sqlite; then
87
	if use sqlite; then
88
		pushd "${CMAKE_BUILD_DIR}" > /dev/null
88
		pushd "${CMAKE_BUILD_DIR}" > /dev/null
89
		LD_LIBRARY_PATH="${CMAKE_BUILD_DIR}/src:${CMAKE_BUILD_DIR}/src/Wt/Dbo:${CMAKE_BUILD_DIR}/src/Wt/Dbo/backend:${CMAKE_BUILD_DIR}/src/Wt/Ext:${CMAKE_BUILD_DIR}/src/http:${CMAKE_BUILD_DIR}/src/fcgi" \
89
		./test/test || die
90
		./test/test || die
90
		popd > /dev/null
91
		popd > /dev/null
91
	fi
92
	fi

Return to bug 352000