adds a dependency and fixes compile for x86

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11671 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2008-07-05 22:22:17 +00:00
parent 0f85f5cd34
commit 5d3a64167f
2 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,7 @@ cryptlib=''
csh='csh'
ctermid_r_proto='0'
ctime_r_proto='0'
d_Gconvert='gcvt((x),(n),(b))'
d_Gconvert='sprintf((b),"%.*g",(n),(x))'
d_PRIEUldbl='define'
d_PRIFUldbl='define'
d_PRIGUldbl='define'

View File

@ -382,6 +382,7 @@ $(eval $(call BuildPackage,perlbase-data))
define Package/perlbase-db
$(call Package/perlbase-template)
TITLE:=DB perl module
DEPENDS:=perl +libdb
endef
define Package/perlbase-db/install