[Pkg-ace-commits] [pkg-ace] r594 - in trunk/debian: . patches

tgg at alioth.debian.org tgg at alioth.debian.org
Sat Apr 19 20:15:19 UTC 2008


Author: tgg
Date: 2008-04-19 20:15:17 +0000 (Sat, 19 Apr 2008)
New Revision: 594

Added:
   trunk/debian/patches/21-generate-platform_macros.GNU.diff
Modified:
   trunk/debian/rules
Log:
generate platform_macros.GNU at configure time


Added: trunk/debian/patches/21-generate-platform_macros.GNU.diff
===================================================================
--- trunk/debian/patches/21-generate-platform_macros.GNU.diff	                        (rev 0)
+++ trunk/debian/patches/21-generate-platform_macros.GNU.diff	2008-04-19 20:15:17 UTC (rev 594)
@@ -0,0 +1,10 @@
+--- ACE_wrappers.orig/configure.ac
++++ ACE_wrappers/configure.ac
+@@ -8020,6 +8020,7 @@
+ dnl   tests/Makefile
+ 
+ AC_CONFIG_FILES([
++  include/makeinclude/platform_macros.GNU
+   Makefile
+   ace/Makefile
+   ace/SSL/Makefile

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-04-19 20:11:29 UTC (rev 593)
+++ trunk/debian/rules	2008-04-19 20:15:17 UTC (rev 594)
@@ -59,6 +59,7 @@
 
 extract-stamp: $(ACE_ARCHIVE)
 	tar -xjf $<
+	cp debian/platform_macros.GNU.in ACE_wrappers/include/makeinclude
 	touch $@
 
 .PHONY: extract
@@ -84,6 +85,7 @@
 	cd $(ACE_ROOT) &&    bin/mwc.pl -noreldefs $(MWCFLAGS) ACE.mwc
 	cd $(TAO_ROOT) && ../bin/mwc.pl -noreldefs $(MWCFLAGS) TAO.mwc
 	patch -p0 < debian/patches/09-autoconf-fix-no-base-include-headers.diff
+	patch -p0 < debian/patches/21-generate-platform_macros.GNU.diff
 	touch $@
 
 .PHONY: prepatch




More information about the Pkg-ace-commits mailing list