23626644 pinentry fails to package with libsecret installed
authorJan Friedel <jan.friedel@oracle.com>
Wed, 29 Jun 2016 08:17:40 -0700
changeset 6302 78e32c666cb4
parent 6301 535287c05052
child 6303 f5e952fa0abd
23626644 pinentry fails to package with libsecret installed
components/pinentry/Makefile
--- 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)