add library dependencies for the userspace library
authorLuigi Rizzo <rizzo@iet.unipi.it>
Mon, 6 Oct 2014 16:55:16 +0000 (09:55 -0700)
committerLuigi Rizzo <rizzo@iet.unipi.it>
Mon, 6 Oct 2014 16:55:16 +0000 (09:55 -0700)
Makefile.openwrt

index 5ccb268..a1d62e5 100644 (file)
@@ -96,6 +96,7 @@ define Package/ipfw3-userland
   CATEGORY:=Utilities
   TITLE := /sbin/ipfw
   DESCRIPTION := This is the control program for ipfw and dummynet
+  DEPENDS := +libc +libgcc
 endef
 
 define Package/ipfw3-userland/install