Blame view

buildroot/buildroot-2016.08.1/package/libsndfile/0001-srconly.patch 664 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  ---
   Makefile.in |    2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)
  
  Index: libsndfile-1.0.18/Makefile.in
  ===================================================================
  --- libsndfile-1.0.18.orig/Makefile.in
  +++ libsndfile-1.0.18/Makefile.in
  @@ -260,7 +260,7 @@
   top_srcdir = @top_srcdir@
   DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
   @BUILD_OCTAVE_MOD_TRUE@octave_dir = Octave
  -SUBDIRS = M4 man doc Win32 src $(octave_dir) examples regtest tests programs
  +SUBDIRS = src
   DIST_SUBDIRS = M4 man doc Win32 src Octave examples regtest tests programs
   EXTRA_DIST = libsndfile.spec.in sndfile.pc.in Mingw-make-dist.sh
   pkgconfigdir = $(libdir)/pkgconfig