components/curl/Makefile
changeset 1479 00fd84194115
parent 1324 e80cd1a9b659
child 1681 716fa74ddec1
equal deleted inserted replaced
1478:6ed3767bc351 1479:00fd84194115
    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 += --with-libssh2
    75 CONFIGURE_OPTIONS += "curl_disallow_getifaddrs=yes"
    75 CONFIGURE_OPTIONS += "curl_disallow_getifaddrs=yes"
    76 
    76 
    77 LINT_FLAGS += -I$(SOURCE_DIR)/include
    77 LINT_FLAGS += -I$(SOURCE_DIR)/include
    78 
    78 
    79 ASLR_MODE = $(ASLR_ENABLE)
    79 ASLR_MODE = $(ASLR_ENABLE)