Browse Source

another try to fix autobuilder, use make depend explicitely

Waldemar Brodkorb 10 years ago
parent
commit
4d16413c4f
1 changed files with 5 additions and 1 deletions
  1. 5 1
      package/libx264/Makefile

+ 5 - 1
package/libx264/Makefile

@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=		libx264
 # actually is git checkout from 22.01.2014
 PKG_VERSION:=		1.0.1
-PKG_RELEASE:=		4
+PKG_RELEASE:=		5
 PKG_MD5SUM:=		6be3e8adeaf6b007bbc04026b6ebd304
 PKG_DESCR:=		H264 encoding library
 PKG_SECTION:=		libs
@@ -26,12 +26,16 @@ ifeq ($(ADK_TARGET_SYSTEM_SHARP_ZAURUS),y)
 CONFIGURE_ARGS+=	--disable-asm
 endif
 CONFIGURE_ARGS+=	--disable-cli \
+			--disable-opencl \
 			--enable-shared \
 			--prefix=/usr \
 			--host=${REAL_GNU_TARGET_NAME} \
 			--sysroot=${STAGING_TARGET_DIR} \
 			--cross-prefix=$(TARGET_CROSS)
 
+post-configure:
+	cd $(WRKBUILD); $(MAKE) depend
+
 libx264-install:
 	$(INSTALL_DIR) $(IDIR_LIBX264)/usr/lib
 	$(CP) $(WRKINST)/usr/lib/libx264*.so* \