more perl fixes

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11672 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
matteo 2008-07-05 22:25:36 +00:00
parent 5d3a64167f
commit 0b3d41d720
6 changed files with 7 additions and 7 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

@ -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

@ -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

@ -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

@ -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,7 +382,7 @@ $(eval $(call BuildPackage,perlbase-data))
define Package/perlbase-db
$(call Package/perlbase-template)
TITLE:=DB perl module
DEPENDS:=perl +libdb
DEPENDS+= +libdb
endef
define Package/perlbase-db/install
@ -395,7 +395,7 @@ $(eval $(call BuildPackage,perlbase-db))
define Package/perlbase-db-file
$(call Package/perlbase-template)
TITLE:=DB_File perl module
DEPENDS+=libdb1-compat
DEPENDS+=+libdb
endef
define Package/perlbase-db-file/install