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 | 44cdf1caf32089c67a6be04d2f4753d1c53911a6 (patch) | |
tree | bda93bf7f8e36c82260d837da4a4090e71b0d22b /package/Makefile | |
parent | 5b00074e06fa6bb9a7233353303ba0d00e3ca1c0 (diff) | |
download | upstream-44cdf1caf32089c67a6be04d2f4753d1c53911a6.tar.gz upstream-44cdf1caf32089c67a6be04d2f4753d1c53911a6.tar.bz2 upstream-44cdf1caf32089c67a6be04d2f4753d1c53911a6.zip |
Add libgpg-error package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1246 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index c3f4a48496..06f26d60b9 100644 --- a/package/Makefile +++ b/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 |