Răsfoiți Sursa

netatalk: disable dtrace

fix build failure:
http://autobuild.buildroot.net/results/dbade69e610a079c5e12356991e6b908f4f716e9/

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Romain Naour 12 ani în urmă
părinte
comite
8a67c54c77
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      package/netatalk/netatalk.mk

+ 2 - 1
package/netatalk/netatalk.mk

@@ -24,7 +24,8 @@ NETATALK_CONF_OPT += --with-cnid-cdb-backend \
 	--disable-shell-check \
 	--disable-shell-check \
 	--without-kerberos \
 	--without-kerberos \
 	--without-pam \
 	--without-pam \
-	--with-libevent=no
+	--with-libevent=no \
+	--with-dtrace=no
 
 
 ifeq ($(BR2_PACKAGE_CUPS),y)
 ifeq ($(BR2_PACKAGE_CUPS),y)
 	NETATALK_DEPENDENCIES += cups
 	NETATALK_DEPENDENCIES += cups