소스 검색

libcgicc: fix package after autotools infrastructure conversion

The patch had an incorrect name, and the libtool patch was applied
while it shouldn't, and the package wasn't autoreconfed while the
patch changes some Makefile.am files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 15 년 전
부모
커밋
bdc9c05f44
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      package/libcgicc/libcgicc-3.2.9-disable-documentation-option.patch
  2. 2 0
      package/libcgicc/libcgicc.mk

+ 0 - 0
package/libcgicc/cgicc-3.2.9-disable-documentation-option.patch → package/libcgicc/libcgicc-3.2.9-disable-documentation-option.patch


+ 2 - 0
package/libcgicc/libcgicc.mk

@@ -7,6 +7,8 @@ LIBCGICC_VERSION=3.2.9
 LIBCGICC_SITE=$(BR2_GNU_MIRROR)/cgicc
 LIBCGICC_SOURCE=cgicc-$(LIBCGICC_VERSION).tar.gz
 LIBCGICC_INSTALL_STAGING=YES
+LIBCGICC_LIBTOOL_PATCH=NO
+LIBCGICC_AUTORECONF=YES
 
 LIBCGICC_CONF_OPT = \
 	--disable-demos \