mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	ltq-ifxos: fix broken autoconf invocation
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43932
This commit is contained in:
		
							parent
							
								
									d6beac80f8
								
							
						
					
					
						commit
						cb01d94199
					
				@ -15,6 +15,7 @@ PKG_MD5SUM:=bc107f9d8ff6bed4c2760a2817bbb029
 | 
				
			|||||||
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
 | 
					PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PKG_USE_MIPS16:=0
 | 
					PKG_USE_MIPS16:=0
 | 
				
			||||||
 | 
					PKG_FIXUP:=autoreconf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
include $(INCLUDE_DIR)/package.mk
 | 
					include $(INCLUDE_DIR)/package.mk
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -36,11 +37,6 @@ CONFIGURE_ARGS += \
 | 
				
			|||||||
	--enable-kernelincl="$(LINUX_DIR)/include" \
 | 
						--enable-kernelincl="$(LINUX_DIR)/include" \
 | 
				
			||||||
	--enable-add_drv_cflags="-fno-pic -mno-abicalls -mlong-calls -G 0"
 | 
						--enable-add_drv_cflags="-fno-pic -mno-abicalls -mlong-calls -G 0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define Build/Configure
 | 
					 | 
				
			||||||
	(cd $(PKG_BUILD_DIR); aclocal && autoconf && automake)
 | 
					 | 
				
			||||||
	$(call Build/Configure/Default)
 | 
					 | 
				
			||||||
endef
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ifdef CONFIG_TARGET_lantiq
 | 
					ifdef CONFIG_TARGET_lantiq
 | 
				
			||||||
  define Build/InstallDev
 | 
					  define Build/InstallDev
 | 
				
			||||||
	$(INSTALL_DIR) $(1)/usr/{lib,include/ifxos}
 | 
						$(INSTALL_DIR) $(1)/usr/{lib,include/ifxos}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user