Merge pull request #3872 from jow-/loudmouth-fix-autoreconf
loudmouth: fix autoconf errors
This commit is contained in:
commit
c7a57e4454
2 changed files with 27 additions and 5 deletions
|
@ -43,11 +43,6 @@ endef
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--with-ssl=openssl
|
--with-ssl=openssl
|
||||||
|
|
||||||
define Build/Configure
|
|
||||||
( cd $(PKG_BUILD_DIR); ./autogen.sh )
|
|
||||||
$(call Build/Configure/Default)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include/
|
$(INSTALL_DIR) $(1)/usr/include/
|
||||||
$(CP) \
|
$(CP) \
|
||||||
|
|
27
libs/loudmouth/patches/900-disable-docs-examples-tests.patch
Normal file
27
libs/loudmouth/patches/900-disable-docs-examples-tests.patch
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
--- a/Makefile.am
|
||||||
|
+++ b/Makefile.am
|
||||||
|
@@ -1,7 +1,7 @@
|
||||||
|
include $(top_srcdir)/build/Makefile.am.lm
|
||||||
|
|
||||||
|
-SUBDIRS = loudmouth docs examples $(TEST_DIRS)
|
||||||
|
-DIST_SUBDIRS = loudmouth docs examples tests
|
||||||
|
+SUBDIRS = loudmouth
|
||||||
|
+DIST_SUBDIRS = loudmouth
|
||||||
|
|
||||||
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -307,12 +307,7 @@ AC_SUBST(LOUDMOUTH_LIBS)
|
||||||
|
|
||||||
|
AC_OUTPUT([
|
||||||
|
Makefile
|
||||||
|
-docs/Makefile
|
||||||
|
-docs/reference/Makefile
|
||||||
|
loudmouth/Makefile
|
||||||
|
-examples/Makefile
|
||||||
|
-tests/Makefile
|
||||||
|
-tests/parser-tests/Makefile
|
||||||
|
loudmouth-1.0.pc])
|
||||||
|
|
||||||
|
dnl ==========================================================================
|
Loading…
Reference in a new issue