[Pkg-ace-commits] [pkg-ace] r666 - trunk/debian

Thomas Girard tgg at alioth.debian.org
Sun May 2 14:12:52 UTC 2010


Author: tgg
Date: 2010-05-02 14:12:48 +0000 (Sun, 02 May 2010)
New Revision: 666

Modified:
   trunk/debian/config.h
   trunk/debian/rules
Log:
Reenable IPV6 and IPV6 IPV4 migration


Modified: trunk/debian/config.h
===================================================================
--- trunk/debian/config.h	2010-05-02 13:51:07 UTC (rev 665)
+++ trunk/debian/config.h	2010-05-02 14:12:48 UTC (rev 666)
@@ -1,4 +1,6 @@
 #ifndef ACE_CONFIG_H_INCLUDED
 #define ACE_CONFIG_H_INCLUDED
+#define ACE_HAS_IPV6 1
+#define ACE_USES_IPV4_IPV6_MIGRATION 1
 #include "config-linux.h"
 #endif /* ACE_CONFIG_H_INCLUDED */

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2010-05-02 13:51:07 UTC (rev 665)
+++ trunk/debian/rules	2010-05-02 14:12:48 UTC (rev 666)
@@ -10,8 +10,8 @@
 INSTALL_755 := $(INSTALL) -m 755
 ACE_SUBDIR := ACE_wrappers
 ACE_ARCHIVE := $(shell ls -1 ACE+TAO+CIAO-src-*.tar.bz2 2>/dev/null || echo ace-archive-missing)
-MWCFLAGS := -type gnuace -features "ssl=1,zlib=1,zzip=1,xt=1,tk=1,fl=1,fox=1,qt4=1,exceptions=1,ace_qt4reactor=1,bzip2=1,lzo1=1" -noreldefs -genins
-ACE_MAKE_FLAGS := ssl=1 zlib=1 zzip=1 xt=1 tk=1 fl=1 fox=1 qt4=1 debug=0 inline=1 optimize=1 exceptions=1 ace_qt4reactor=1 bzip2=1 lzo1=1
+MWCFLAGS := -type gnuace -features "ssl=1,zlib=1,zzip=1,xt=1,tk=1,fl=1,fox=1,qt4=1,exceptions=1,ace_qt4reactor=1,bzip2=1,lzo1=1,ipv6=1" -noreldefs -genins
+ACE_MAKE_FLAGS := ssl=1 zlib=1 zzip=1 xt=1 tk=1 fl=1 fox=1 qt4=1 debug=0 inline=1 optimize=1 exceptions=1 ace_qt4reactor=1 bzip2=1 lzo1=1 ipv6=1
 PRJ_INSTALL_FLAGS := -k -s man_files,lib_output,header_files,inline_files,exe_output,idl_files,pidl_files,template_files  -b lib_output=usr/lib -b exe_output=usr/bin -b idl_files=usr/include -b pidl_files=usr/include -b template_files=usr/include -b header_files=usr/include -b inline_files=usr/include -b idl_files=usr/include -b man_files=usr/share/man
 MAN1 := debian/Basic_Logging_Service.1 \
 	debian/Event_Logging_Service.1 \




More information about the Pkg-ace-commits mailing list