fix perl/microperl builds

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12374 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2008-08-23 18:00:13 +00:00
parent dfd2a7d58f
commit 43da1bffe4

View File

@ -179,6 +179,12 @@ endef
endif
$(eval $(Build/perl))
define Build/Configure
endef
define Build/Compile
endef
$(eval $(call BuildPackage,microperl))
$(eval $(call BuildPackage,perl))