makefile.mk (cfbfe427) makefile.mk (e350def3)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 45 unchanged lines hidden (view full) ---

54curl_CFLAGS+:=$(ARCH_FLAGS)
55curl_LDFLAGS+:=$(ARCH_FLAGS)
56.ENDIF
57
58.IF "$(SYSTEM_OPENSSL)"=="YES"
59ssl_param=--with-ssl
60.ELSE
61ssl_param=--with-ssl=$(OUTDIR)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 45 unchanged lines hidden (view full) ---

54curl_CFLAGS+:=$(ARCH_FLAGS)
55curl_LDFLAGS+:=$(ARCH_FLAGS)
56.ENDIF
57
58.IF "$(SYSTEM_OPENSSL)"=="YES"
59ssl_param=--with-ssl
60.ELSE
61ssl_param=--with-ssl=$(OUTDIR)
62curl_CFLAGS+=-I$(SOLARINCDIR)$/external
63curl_LDFLAGS+=-L$(SOLARLIBDIR) -Wl,-z,origin -Wl,-rpath,\\\$$\$$ORIGIN
62PATCH_FILES+= curl-bundled_openssl.patch
63.ENDIF
64
65CONFIGURE_DIR=.$/
66#relative to CONFIGURE_DIR
67CONFIGURE_ACTION=.$/configure
68CONFIGURE_FLAGS= $(ssl_param) --without-libidn --enable-ftp --enable-ipv6 --enable-http --disable-gopher --disable-file --disable-ldap --disable-telnet --disable-dict --disable-static CPPFLAGS="$(curl_CFLAGS)" LDFLAGS="$(curl_LDFLAGS)"
69

--- 93 unchanged lines hidden ---
64PATCH_FILES+= curl-bundled_openssl.patch
65.ENDIF
66
67CONFIGURE_DIR=.$/
68#relative to CONFIGURE_DIR
69CONFIGURE_ACTION=.$/configure
70CONFIGURE_FLAGS= $(ssl_param) --without-libidn --enable-ftp --enable-ipv6 --enable-http --disable-gopher --disable-file --disable-ldap --disable-telnet --disable-dict --disable-static CPPFLAGS="$(curl_CFLAGS)" LDFLAGS="$(curl_LDFLAGS)"
71

--- 93 unchanged lines hidden ---