summaryrefslogtreecommitdiff
path: root/debianbuild/patches/09-autoconf-fix-no-base-include-headers.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debianbuild/patches/09-autoconf-fix-no-base-include-headers.diff')
-rw-r--r--debianbuild/patches/09-autoconf-fix-no-base-include-headers.diff19
1 files changed, 19 insertions, 0 deletions
diff --git a/debianbuild/patches/09-autoconf-fix-no-base-include-headers.diff b/debianbuild/patches/09-autoconf-fix-no-base-include-headers.diff
new file mode 100644
index 00000000000..b026082d727
--- /dev/null
+++ b/debianbuild/patches/09-autoconf-fix-no-base-include-headers.diff
@@ -0,0 +1,19 @@
+--- ACE_wrappers.orig/ace/Makefile.am
++++ ACE_wrappers/ace/Makefile.am
+@@ -10,6 +10,7 @@
+
+ includedir = @includedir@/ace
+ pkgconfigdir = @libdir@/pkgconfig
++nobase_include_HEADERS =
+
+ ACE_BUILDDIR = $(top_builddir)
+ ACE_ROOT = $(top_srcdir)
+@@ -336,7 +337,7 @@
+ libACE_la_LDFLAGS = \
+ -release @ACE_VERSION_NAME@
+
+-nobase_include_HEADERS = \
++nobase_include_HEADERS += \
+ ACE.h \
+ ACE.inl \
+ ACE_export.h \