diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-03-04 09:21:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-03-04 09:21:57 +0100 |
commit | 4fc74012b67cfc62c5481b8d7b6d95052f40c2bf (patch) | |
tree | d6f7c860195c63564d98f53c143acbf0082ea3ca /package/libqmi/patches/patch-Makefile_am | |
parent | 68b4cb5aaa95eb39401bcbaa7c517cfd31c3edcf (diff) | |
parent | 9919c4bc2f53037331313edace085c386c2af4cc (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libqmi/patches/patch-Makefile_am')
-rw-r--r-- | package/libqmi/patches/patch-Makefile_am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/libqmi/patches/patch-Makefile_am b/package/libqmi/patches/patch-Makefile_am new file mode 100644 index 000000000..e064743aa --- /dev/null +++ b/package/libqmi/patches/patch-Makefile_am @@ -0,0 +1,13 @@ + do not enable gtk-doc +--- libqmi-1.12.4.orig/Makefile.am 2015-02-10 17:31:06.000000000 +0100 ++++ libqmi-1.12.4/Makefile.am 2015-02-20 18:20:29.213191733 +0100 +@@ -4,8 +4,7 @@ SUBDIRS = . data build-aux src utils doc + ACLOCAL_AMFLAGS = -I m4 + + DISTCHECK_CONFIGURE_FLAGS = \ +- --with-udev-base-dir="$$dc_install_base" \ +- --enable-gtk-doc ++ --with-udev-base-dir="$$dc_install_base" + + EXTRA_DIST = \ + gtester.make \ |