diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-10-05 13:47:36 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-10-05 16:59:14 +0300 |
commit | 531fea4c9082d6542c776dcb6d4ca0a3949ecdd0 (patch) | |
tree | 5d7d5ccb6d78c415cc4422569d9f88f0b1cf8bd1 /libfetch/Makefile | |
parent | f6860e0e110a82fe61ce46de4fb5a05794e456ab (diff) | |
download | apk-tools-531fea4c9082d6542c776dcb6d4ca0a3949ecdd0.tar.gz apk-tools-531fea4c9082d6542c776dcb6d4ca0a3949ecdd0.tar.bz2 apk-tools-531fea4c9082d6542c776dcb6d4ca0a3949ecdd0.tar.xz apk-tools-531fea4c9082d6542c776dcb6d4ca0a3949ecdd0.zip |
libfetch: remove unwanted code conditionals
Diffstat (limited to 'libfetch/Makefile')
-rw-r--r-- | libfetch/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libfetch/Makefile b/libfetch/Makefile index 6b183cb..05f045e 100644 --- a/libfetch/Makefile +++ b/libfetch/Makefile @@ -1,4 +1,3 @@ -CFLAGS_ALL += -DINET6 -DWITH_SSL -DFTP_COMBINE_CWDS libs-y += libfetch.a libfetch.a-objs := common.o fetch.o file.o ftp.o http.o generate-y += ftperr.h httperr.h |