components/curl/Makefile
changeset 1324 e80cd1a9b659
parent 1218 3de6dd637a9a
child 1479 00fd84194115
equal deleted inserted replaced
1323:a1d7c0356871 1324:e80cd1a9b659
    69 CONFIGURE_OPTIONS += --with-gssapi-libs=$(GSSAPI_LIBDIR_$(BITS))
    69 CONFIGURE_OPTIONS += --with-gssapi-libs=$(GSSAPI_LIBDIR_$(BITS))
    70 CONFIGURE_OPTIONS += --with-gssapi=/usr --without-ca-bundle
    70 CONFIGURE_OPTIONS += --with-gssapi=/usr --without-ca-bundle
    71 CONFIGURE_OPTIONS += --with-ca-path=/etc/openssl/certs
    71 CONFIGURE_OPTIONS += --with-ca-path=/etc/openssl/certs
    72 CONFIGURE_OPTIONS += --with-zlib=/usr --with-libidn=/usr
    72 CONFIGURE_OPTIONS += --with-zlib=/usr --with-libidn=/usr
    73 CONFIGURE_OPTIONS += --with-pic
    73 CONFIGURE_OPTIONS += --with-pic
       
    74 CONFIGURE_OPTIONS += --without-libssh2
    74 CONFIGURE_OPTIONS += "curl_disallow_getifaddrs=yes"
    75 CONFIGURE_OPTIONS += "curl_disallow_getifaddrs=yes"
    75 
    76 
    76 LINT_FLAGS += -I$(SOURCE_DIR)/include
    77 LINT_FLAGS += -I$(SOURCE_DIR)/include
    77 
    78 
    78 ASLR_MODE = $(ASLR_ENABLE)
    79 ASLR_MODE = $(ASLR_ENABLE)