diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-06-26 20:10:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-06-26 20:10:44 +0200 |
commit | bf89ff6c79e76b23d153cead09754e68dbe59983 (patch) | |
tree | 229463616389a8e00c8fc33576987d86ac2bba85 /package/openais | |
parent | ac01f0d24321933d3456190164f5b68ccc94976a (diff) |
more 2.6.39 fixes
Diffstat (limited to 'package/openais')
-rw-r--r-- | package/openais/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/openais/patches/patch-Makefile_in b/package/openais/patches/patch-Makefile_in new file mode 100644 index 000000000..ab7f536bb --- /dev/null +++ b/package/openais/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- openais-1.1.4.orig/Makefile.in 2010-08-23 21:59:26.000000000 +0200 ++++ openais-1.1.4/Makefile.in 2011-06-25 22:04:16.722682552 +0200 +@@ -285,7 +285,7 @@ MAINTAINERCLEANFILES = Makefile.in acloc + dist_doc_DATA = LICENSE README.amf AUTHORS + corosysconfdir = ${COROSYSCONFDIR} + corosysconf_DATA = conf/amf.conf.example +-SUBDIRS = include lib services test pkgconfig man init ++SUBDIRS = include lib services test pkgconfig init + RPMBUILDOPTS = --define "_sourcedir $(abs_builddir)" \ + --define "_specdir $(abs_builddir)" \ + --define "_builddir $(abs_builddir)" \ |