소스 검색

package/upmpdcli: append to _CONF_OPTS

check-package now gives a warning about this. It's not a problem at the
moment, but it's a risk if an unconditional setting of _CONF_OPTS is
done earlier in the file.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Arnout Vandecappelle (Essensium/Mind) 3 년 전
부모
커밋
f64e13a6a6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/upmpdcli/upmpdcli.mk

+ 1 - 1
package/upmpdcli/upmpdcli.mk

@@ -12,7 +12,7 @@ UPMPDCLI_DEPENDENCIES = host-pkgconf libmpdclient libupnpp libmicrohttpd jsoncpp
 
 # Disable spotify plugin which requires dlfcn.h
 ifeq ($(BR2_STATIC_LIBS),y)
-UPMPDCLI_CONF_OPTS = --disable-spotify
+UPMPDCLI_CONF_OPTS += --disable-spotify
 endif
 
 # Upmpdcli only runs if user upmpdcli exists