Commit b6499d4d authored by Pavel Vainerman's avatar Pavel Vainerman

new version

parent 6c1fc766
......@@ -3,7 +3,7 @@
Name: libuniset
Version: 0.96
Release: eter38
Release: eter39
Summary: UniSet - library for building distributed industrial control systems
......@@ -177,7 +177,7 @@ rm -f %buildroot%_libdir/*.la
%exclude %_pkgconfigdir/libUniSet.pc
%changelog
* Thu Aug 06 2009 Pavel Vainerman <pv@etersoft.ru> 0.96-eter38
* Thu Aug 06 2009 Pavel Vainerman <pv@altlinux.ru> 0.96-eter38
- new build
* Wed Aug 05 2009 Vitaly Lipatov <lav@altlinux.ru> 0.96-eter37
......
......@@ -48,7 +48,7 @@ AC_SUBST(COMCPP_LIBS)
# export
LDFLAGS="${OMNI_LIBS} ${XML_LIBS}"
CXXFLAGS="-pedantic -Wall -funsigned-char -D_GNU_SOURCE ${OMNI_CFLAGS} ${XML_CFLAGS} -I\$(top_builddir)/include"
CXXFLAGS="-pedantic -Wall -funsigned-char -g -D_GNU_SOURCE ${OMNI_CFLAGS} ${XML_CFLAGS} -I\$(top_builddir)/include"
AC_SUBST(LDFLAGS)
AC_SUBST(CXXFLAGS)
......
......@@ -2,7 +2,7 @@
export LD_LIBRARY_PATH="../../lib/.libs;../lib/.libs"
ulimit -Sc 1000000000000
ulimit -Sc 10000000000
./uniset-start.sh -f ./uniset-smemory --smemory-id SharedMemory \
--confile test.xml --datfile test.xml \
......
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