Explorar el Código

libaudiofile: disable examples build (not used)

Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess hace 10 años
padre
commit
a9ea397c98
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      libs/libaudiofile/Makefile

+ 2
- 1
libs/libaudiofile/Makefile Ver fichero

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=audiofile
11 11
 PKG_VERSION:=0.3.6
12
-PKG_RELEASE:=2
12
+PKG_RELEASE:=3
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:= \
@@ -40,6 +40,7 @@ endef
40 40
 CONFIGURE_ARGS+= \
41 41
 	--enable-shared \
42 42
 	--enable-static \
43
+	--disable-examples \
43 44
 	--with-build-cc="$(HOSTCC)" \
44 45
 
45 46
 TARGET_CFLAGS+= $(FPIC)