Jelajahi Sumber

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 tahun lalu
induk
melakukan
f64e13a6a6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
 # Disable spotify plugin which requires dlfcn.h
 ifeq ($(BR2_STATIC_LIBS),y)
 ifeq ($(BR2_STATIC_LIBS),y)
-UPMPDCLI_CONF_OPTS = --disable-spotify
+UPMPDCLI_CONF_OPTS += --disable-spotify
 endif
 endif
 
 
 # Upmpdcli only runs if user upmpdcli exists
 # Upmpdcli only runs if user upmpdcli exists