diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-14 22:54:27 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-14 22:54:27 +0000 |
commit | f6aad00868d05668f53edc789648d71c698b8c44 (patch) | |
tree | 84560df824cb59e7cafd544a1da06ef7e27b8025 /openwrt/package/Makefile | |
parent | c905b5f2bdd5d6e003c22fb4e0edd13500da0979 (diff) | |
download | mtk-20170518-f6aad00868d05668f53edc789648d71c698b8c44.zip mtk-20170518-f6aad00868d05668f53edc789648d71c698b8c44.tar.gz mtk-20170518-f6aad00868d05668f53edc789648d71c698b8c44.tar.bz2 |
Add libgpg-error package
SVN-Revision: 1246
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index c3f4a48..06f26d6 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -43,6 +43,7 @@ package-$(BR2_PACKAGE_LIBEVENT) += libevent package-$(BR2_PACKAGE_LIBFFI_SABLE) += libffi-sable package-$(BR2_PACKAGE_LIBGD) += libgd package-$(BR2_PACKAGE_LIBGDBM) += libgdbm +package-$(BR2_PACKAGE_LIBGPG_ERROR) += libgpg-error package-$(BR2_PACKAGE_LIBNET) += libnet package-$(BR2_PACKAGE_LIBNIDS) += libnids package-$(BR2_PACKAGE_LIBOSIP2) += libosip2 |