components/pinentry/Makefile
changeset 6302 78e32c666cb4
parent 6238 e530e1a7f687
child 6373 2499cc045aa1
--- a/components/pinentry/Makefile	Tue Jun 28 10:42:04 2016 -0700
+++ b/components/pinentry/Makefile	Wed Jun 29 08:17:40 2016 -0700
@@ -47,6 +47,9 @@
 # Enable C99 mode + -Xc for its additional warnings.
 studio_C99MODE = -Xc $(studio_C99_ENABLE)
 
+# suppress warning: "-features=typeof ignored when used with -Xc"
+CFLAGS.studio += -features=no%typeof
+
 # -xinline=%auto -- we like inlining where appropriate
 CFLAGS.studio += -xinline=%auto
 
@@ -81,6 +84,7 @@
 CONFIGURE_OPTIONS  +=		--enable-pinentry-gtk2
 CONFIGURE_OPTIONS  +=		--disable-pinentry-qt
 CONFIGURE_OPTIONS  +=		--disable-ncurses
+CONFIGURE_OPTIONS  +=		--disable-libsecret
 
 install: $(INSTALL_64)
 	$(MKDIR) $(PROTOUSRLIBDIR)