Cleanup makefile and fix compilation

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12209 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-08-06 14:26:22 +00:00
parent 281386826a
commit 007bd41d7f

View File

@ -33,14 +33,10 @@ define Package/gst-plugins-base/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) \
--disable-ogg --disable-vorbis\
$(CONFIGURE_ARGS) ;\
fi \
$(call Build/Configure/Default,\
--disable-ogg \
--disable-vorbis \
--without-x \
)
endef