Commit 6156e98e authored by Pavel Vainerman's avatar Pavel Vainerman

temporary disable pgsql interface

parent f252f537
%def_enable docs
%def_enable mysql
%def_enable sqlite
%def_enable pgsql
%def_disable pgsql
%def_enable python
%def_enable rrd
%def_enable io
......@@ -13,7 +13,7 @@
Name: libuniset2
Version: 2.1
Release: alt8.1
Release: alt9
Summary: UniSet - library for building distributed industrial control systems
......@@ -456,6 +456,9 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname
# ..
%changelog
* Tue Jun 30 2015 Pavel Vainerman <pv@altlinux.ru> 2.1-alt9
- temporary disable pgsql interface
* Sun Jun 28 2015 Pavel Vainerman <pv@altlinux.ru> 2.1-alt8.1
- VMonitor: added output information in the form of two columns
......
......@@ -281,6 +281,8 @@ CXX_EXTRA_FLAGS="-Wnon-virtual-dtor -Wctor-dtor-privacy -Woverloaded-virtual"
LDFLAGS="${OMNI_LIBS} ${XML_LIBS} ${SIGC_LIBS} ${COV_LIBS}"
CXXFLAGS="-pedantic -Wall -funsigned-char -std=c++11 -g -D_GNU_SOURCE ${OMNI_CFLAGS} ${XML_CFLAGS} ${SIGC_CFLAGS} ${COV_CFLAGS} -I\$(top_builddir)/include $CXX_EXTRA_FLAGS"
#-D_GLIBCXX_USE_CXX11_ABI=0
AC_SUBST(LDFLAGS)
AC_SUBST(CXXFLAGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment