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

Collapse All | Expand All

(-)configure.ac (-2 / +2 lines)
Lines 2941-2954 AC_ARG_WITH(oracle, [AS_HELP_STRING([--with-oracle@<:@=ORACLE_HOME@:>@], [Path t Link Here
2941
])
2941
])
2942
if test "x$ORACLE_HOME" != "x"
2942
if test "x$ORACLE_HOME" != "x"
2943
then
2943
then
2944
	with_oracle_cppflags="-I$ORACLE_HOME/rdbms/public"
2944
	with_oracle_cppflags="-I$ORACLE_HOME/rdbms/public -locci"
2945
	if test -e "$ORACLE_HOME/lib/ldflags"
2945
	if test -e "$ORACLE_HOME/lib/ldflags"
2946
	then
2946
	then
2947
		with_oracle_libs=`cat "$ORACLE_HOME/lib/ldflags"`
2947
		with_oracle_libs=`cat "$ORACLE_HOME/lib/ldflags"`
2948
	fi
2948
	fi
2949
	#with_oracle_libs="-L$ORACLE_HOME/lib $with_oracle_libs -lclntsh"
2949
	#with_oracle_libs="-L$ORACLE_HOME/lib $with_oracle_libs -lclntsh"
2950
	with_oracle_libs="-L$ORACLE_HOME/lib -lclntsh"
2950
	with_oracle_libs="-L$ORACLE_HOME/lib -lclntsh -locci"
2951
fi
2951
fi
2952
if test "x$with_oracle" = "xyes"
2952
if test "x$with_oracle" = "xyes"
2953
then
2953
then

Return to bug 501644