Browse Source

pkg-autotools: fixup pkg_CONFIGURE_CMDS after DISABLE_DOCUMENTATION removal

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 11 years ago
parent
commit
4e0cd2e289
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/pkg-autotools.mk

+ 1 - 1
package/pkg-autotools.mk

@@ -114,7 +114,7 @@ define $(2)_CONFIGURE_CMDS
 		--disable-docs \
 		--disable-docs \
 		--disable-documentation \
 		--disable-documentation \
 		--with-xmlto=no \
 		--with-xmlto=no \
-		--with-fop=no
+		--with-fop=no \
 		$$(DISABLE_NLS) \
 		$$(DISABLE_NLS) \
 		$$(DISABLE_LARGEFILE) \
 		$$(DISABLE_LARGEFILE) \
 		$$(DISABLE_IPV6) \
 		$$(DISABLE_IPV6) \