components/libpki/Makefile
changeset 6257 cdf29f584705
parent 6127 54565d218793
child 6871 e5ee1bcc6bdb
equal deleted inserted replaced
6256:171e3b6f4bed 6257:cdf29f584705
    39 
    39 
    40 include $(WS_MAKE_RULES)/common.mk
    40 include $(WS_MAKE_RULES)/common.mk
    41 
    41 
    42 PKG_PROTO_DIRS += $(COMPONENT_SRC)/docs
    42 PKG_PROTO_DIRS += $(COMPONENT_SRC)/docs
    43 
    43 
       
    44 # Need to include the path below because not all headers are available in
       
    45 # $(BUILD_DIR)/src/libpki.
       
    46 CPPFLAGS += -I$(COMPONENT_DIR)/$(COMPONENT_SRC)/src
       
    47 
       
    48 # configure.in and Makefile.am patches need configure script recreation.
       
    49 COMPONENT_PREP_ACTION +=(cd $(@D); autoreconf);
       
    50 
    44 # This is necessary because 'gmake install' tries to install some files under
    51 # This is necessary because 'gmake install' tries to install some files under
    45 # /usr/bin without it.
    52 # /usr/bin without it.
    46 CONFIGURE_ENV +=	DESTDIR="$(PROTO_DIR)"
    53 CONFIGURE_ENV +=	DESTDIR="$(PROTO_DIR)"
    47 
    54 
    48 CONFIGURE_OPTIONS +=	--with-libdir=$(USRLIBDIR64)
    55 CONFIGURE_OPTIONS +=	--with-libdir=$(USRLIBDIR64)