summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-02-21 23:36:18 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-22 10:48:30 +0100
commit93c6c95198aad0fb50fee6cb2b9d2155355c2a7f (patch)
tree7b43becb565d57de0633f814776dda410c4a0176 /package
parent777a252805b0317f0dd3e796d4a2b4429d936f01 (diff)
downloadbuildroot-93c6c95198aad0fb50fee6cb2b9d2155355c2a7f.tar.gz
buildroot-93c6c95198aad0fb50fee6cb2b9d2155355c2a7f.zip
package/freerdp: avoid development warning
FreeRDP still uses old-style variables (about linking interfaces), and that causes a warning, which explicitly states it is targeted at developers: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "freerdp-client" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: [elided list of stuff] LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. So, just get rid of it as instructed in that warning message itself. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r--package/freerdp/freerdp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/freerdp/freerdp.mk b/package/freerdp/freerdp.mk
index e873d3307d..5bfdeec235 100644
--- a/package/freerdp/freerdp.mk
+++ b/package/freerdp/freerdp.mk
@@ -12,7 +12,7 @@ FREERDP_DEPENDENCIES = openssl zlib \
FREERDP_LICENSE = Apache-2.0
FREERDP_LICENSE_FILES = LICENSE
-FREERDP_CONF_OPTS = -DWITH_MANPAGES=OFF
+FREERDP_CONF_OPTS = -DWITH_MANPAGES=OFF -Wno-dev
ifeq ($(BR2_PACKAGE_GSTREAMER),y)
FREERDP_CONF_OPTS += -DWITH_GSTREAMER=ON
OpenPOWER on IntegriCloud