python-pathvalidate: bump version to 0.14.1
[buildroot-gz.git] / package / qdecoder / 0002-configure.ac-drop-hardcoded-paths.patch
blob689d1d9124bb076fa069550edd1ce684d801b2d5
1 [PATCH] configure.ac: drop hardcoded paths
3 Causing problems with cross compilation.
5 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 ---
7 configure.ac | 5 +----
8 1 file changed, 1 insertion(+), 4 deletions(-)
10 Index: qdecoder-r12.0.5/configure.ac
11 ===================================================================
12 --- qdecoder-r12.0.5.orig/configure.ac
13 +++ qdecoder-r12.0.5/configure.ac
14 @@ -81,10 +81,7 @@
15 AC_CONFIG_HEADER([config.h])
16 AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile])
18 -## Set path
19 -PATH="$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
20 -CPPFLAGS="$CPPFLAGS -I/usr/include -I/usr/local/include -I./ -D_GNU_SOURCE"
21 -LDFLAGS="$LDFLAGS -L/usr/lib -L/usr/local/lib"
22 +CPPFLAGS="$CPPFLAGS -I./ -D_GNU_SOURCE"
24 ## Set autoconf setting
25 #AC_CANONICAL_TARGET