libfetch: misc cleanups due to nbcompat removal.

This commit is contained in:
Juan RP
2014-12-28 03:34:36 +01:00
parent df1608d47d
commit b513a5e15e
6 changed files with 2 additions and 33 deletions

View File

@@ -21,7 +21,7 @@ LIBPROP_CFLAGS += -fvisibility=hidden
# libfetch
LIBFETCH_OBJS = fetch/common.o fetch/fetch.o fetch/file.o
LIBFETCH_OBJS += fetch/ftp.o fetch/http.o
LIBFETCH_CPPFLAGS = -DFTP_COMBINE_CWDS -DNETBSD -DINET6 -DWITH_SSL
LIBFETCH_CPPFLAGS = -DFTP_COMBINE_CWDS -DINET6 -DWITH_SSL
LIBFETCH_CFLAGS = -Wno-error -Wno-unused-macros -Wno-conversion
ifdef HAVE_VISIBILITY
LIBFETCH_CFLAGS+= -fvisibility=hidden