Just testing .

This commit is contained in:
Devrim GÜNDÜZ 2009-07-30 23:01:56 +00:00
parent 973f326df3
commit 826edafe77
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@ cp -p %{SOURCE2} .
%build
%configure
make %{?_smp_mflags} LPATH=`pg_config --pkglibdir` shlib="%{name}.so"
#make %{?_smp_mflags} LPATH=`pg_config --pkglibdir` shlib="%{name}.so"
make LPATH=`pg_config --pkglibdir` shlib="%{name}.so"
%if %javabuild
export BUILDXML_DIR=%{_builddir}/%{name}-%{version}/java/jdbc