diff options
Diffstat (limited to 'ftp/curl/Makefile')
-rw-r--r-- | ftp/curl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 842c414eed45..bc437ae9c503 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -151,7 +151,6 @@ CONFIGURE_ARGS+= --enable-ldap USE_OPENLDAP= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -ADDFLAGS= true .if defined(WITH_LDAPS) CONFIGURE_ARGS+= --enable-ldaps .else @@ -205,9 +204,6 @@ CONFIGURE_ARGS+= --disable-proxy .endif CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" -.if defined(ADDFLAGS) -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -.endif DOCS= BINDINGS BUGS CONTRIBUTE DISTRO-DILEMMA FAQ FEATURES \ HISTORY INSTALL INSTALL.devcpp INTERNALS KNOWN_BUGS \ |