Cleanup makefile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12221 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
550dc0fa66
commit
2eccdcccc9
@ -34,14 +34,8 @@ define Package/gstreamer/description
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
(cd $(PKG_BUILD_DIR); \
|
||||
if [ -x $(CONFIGURE_CMD) ]; then \
|
||||
$(CP) $(SCRIPT_DIR)/config.{guess,sub} $(PKG_BUILD_DIR)/ && \
|
||||
$(CONFIGURE_VARS) \
|
||||
$(CONFIGURE_CMD) \
|
||||
$(call Build/Configure/Default,\
|
||||
--disable-tests \
|
||||
$(CONFIGURE_ARGS) ;\
|
||||
fi \
|
||||
)
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user