add dependency to libpthread
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 Apr 2005 22:16:21 +0000 (22:16 +0000)
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 Apr 2005 22:16:21 +0000 (22:16 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@706 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/aiccu/Config.in
package/aiccu/aiccu.control

index fd7955d..5eb1c91 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_AICCU
        select BR2_PACKAGE_KMOD_IPV6
+       select BR2_PACKAGE_LIBPTHREAD
        tristate "aiccu"
        default m if CONFIG_DEVEL
        help
index 158679e..464e8d8 100644 (file)
@@ -3,5 +3,5 @@ Priority: optional
 Section: net
 Maintainer: Sebastien NOEL <me@twolife.org>
 Source: buildroot internal
-Depends: kmod-ipv6, ip
+Depends: kmod-ipv6, ip, libpthread
 Description: SixXS Automatic IPv6 Connectivity Client Utility
This page took 0.027294 seconds and 4 git commands to generate.