diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-13 22:40:31 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-20 22:34:27 +0200 |
commit | bdc9c05f4450b0ca1e4bfd8edc52c4f9537e576a (patch) | |
tree | d8dc6c860b4864522ecfaff1e52c58ed947a0112 /package | |
parent | 485ba350324ddf2b457375817110a50e8880818b (diff) | |
download | buildroot-bdc9c05f4450b0ca1e4bfd8edc52c4f9537e576a.tar.gz buildroot-bdc9c05f4450b0ca1e4bfd8edc52c4f9537e576a.zip |
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>
Diffstat (limited to 'package')
-rw-r--r-- | package/libcgicc/libcgicc-3.2.9-disable-documentation-option.patch (renamed from package/libcgicc/cgicc-3.2.9-disable-documentation-option.patch) | 0 | ||||
-rw-r--r-- | package/libcgicc/libcgicc.mk | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/package/libcgicc/cgicc-3.2.9-disable-documentation-option.patch b/package/libcgicc/libcgicc-3.2.9-disable-documentation-option.patch index a7b04a83a7..a7b04a83a7 100644 --- a/package/libcgicc/cgicc-3.2.9-disable-documentation-option.patch +++ b/package/libcgicc/libcgicc-3.2.9-disable-documentation-option.patch diff --git a/package/libcgicc/libcgicc.mk b/package/libcgicc/libcgicc.mk index c2f80b6c73..b281eed16f 100644 --- a/package/libcgicc/libcgicc.mk +++ b/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 \ |