[packages] libsamplerate:
- remove private libtool copy - fix infinite loop in m4 (wtf?!) git-svn-id: svn://svn.openwrt.org/openwrt/packages@24352 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f8e13d287d
commit
9c8bd87290
@ -16,6 +16,8 @@ PKG_SOURCE_URL:=http://www.mega-nerd.com/SRC/
|
||||
PKG_MD5SUM:=ad093e60ec44f0a60de8e29983ddbc0f
|
||||
|
||||
PKG_FIXUP:=libtool
|
||||
PKG_REMOVE_FILES:=autogen.sh ltmain.sh M4/libtool.m4
|
||||
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
18
libs/libsamplerate/patches/001-fix-m4-loop.patch
Normal file
18
libs/libsamplerate/patches/001-fix-m4-loop.patch
Normal file
@ -0,0 +1,18 @@
|
||||
--- a/acinclude.m4
|
||||
+++ b/acinclude.m4
|
||||
@@ -135,7 +135,6 @@ if test $ac_cv_c_byte_order = unknown ;
|
||||
fi
|
||||
|
||||
)
|
||||
-]
|
||||
|
||||
if test $ac_cv_c_byte_order = big ; then
|
||||
ac_cv_c_big_endian=1
|
||||
@@ -154,6 +153,7 @@ else
|
||||
AC_MSG_WARN([[*****************************************************************]])
|
||||
fi
|
||||
|
||||
+]
|
||||
)# AC_C_FIND_ENDIAN
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user