components/pinentry/Makefile
branchs11-update
changeset 2974 47287ed9c79c
parent 2434 6c9bb5cf5610
child 1724 c2416ec0de64
child 3661 47545fb8aed4
equal deleted inserted replaced
2972:60456e7be821 2974:47287ed9c79c
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 PATH = /usr/gnu/bin:/usr/bin
    25 PATH = /usr/gnu/bin:/usr/bin
    26 
    26 
    76 CONFIGURE_OPTIONS  +=		--enable-threading
    76 CONFIGURE_OPTIONS  +=		--enable-threading
    77 CONFIGURE_OPTIONS  +=		--disable-pinentry-gtk
    77 CONFIGURE_OPTIONS  +=		--disable-pinentry-gtk
    78 CONFIGURE_OPTIONS  +=		--disable-pinentry-qt
    78 CONFIGURE_OPTIONS  +=		--disable-pinentry-qt
    79 CONFIGURE_OPTIONS  +=		--disable-ncurses
    79 CONFIGURE_OPTIONS  +=		--disable-ncurses
    80 
    80 
       
    81 ASLR_MODE = $(ASLR_ENABLE)
       
    82 
    81 build: $(BUILD_32)
    83 build: $(BUILD_32)
    82 
    84 
    83 install: $(INSTALL_32)
    85 install: $(INSTALL_32)
    84 	$(MKDIR) $(PROTOUSRLIBDIR)
    86 	$(MKDIR) $(PROTOUSRLIBDIR)
    85 	if test -f $(PROTOUSRBINDIR)/pinentry-curses ; then \
    87 	if test -f $(PROTOUSRBINDIR)/pinentry-curses ; then \