[Pkg-ace-commits] [pkg-ace] r543 - trunk/debian
tgg at alioth.debian.org
tgg at alioth.debian.org
Sat Nov 10 17:30:08 UTC 2007
Author: tgg
Date: 2007-11-10 17:30:08 +0000 (Sat, 10 Nov 2007)
New Revision: 543
Modified:
trunk/debian/changelog
trunk/debian/rules
Log:
add some #define for missing autoconf tests
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-11-09 10:27:54 UTC (rev 542)
+++ trunk/debian/changelog 2007-11-10 17:30:08 UTC (rev 543)
@@ -12,8 +12,10 @@
* Enable symbol visibility.
* Patches taken from SVN:
o 07-use-short-names-for-ace-doxygen.dpatch to reduce generated filenames
+ * Manually add missing some autoconf tests to reduce differences against
+ regular ACE build method.
- -- Thomas Girard <thomas.g.girard at free.fr> Wed, 07 Nov 2007 23:07:50 +0100
+ -- Thomas Girard <thomas.g.girard at free.fr> Sat, 10 Nov 2007 18:25:22 +0100
ace (5.5.9-1) experimental; urgency=low
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2007-11-09 10:27:54 UTC (rev 542)
+++ trunk/debian/rules 2007-11-10 17:30:08 UTC (rev 543)
@@ -270,6 +270,19 @@
done
echo "#define ACE_HAS_RECURSIVE_MUTEXES" >> $(CONFIG)
+ # Not sure about this one, but it can do no harm
+ echo "#define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE" >> $(CONFIG)
+
+ echo "#define ACE_HAS_SCANDIR" >> $(CONFIG)
+ echo "#define ACE_SCANDIR_CMP_USES_CONST_VOIDPTR" >> $(CONFIG)
+
+ echo "#define ACE_HAS_SENDFILE" >> $(CONFIG)
+
+ echo "#define ACE_HAS_WCSNLEN" >> $(CONFIG)
+ echo "#define ACE_LACKS_WCSICMP" >> $(CONFIG)
+
+ echo "#define ACE_POSIX_SIG_PROACTOR" >> $(CONFIG)
+
ifneq (,$(findstring $(DEB_HOST_ARCH),i386 amd64))
echo "#define ACE_HAS_INTEL_ASSEMBLY" >> $(CONFIG)
endif
More information about the Pkg-ace-commits
mailing list