Artifact c3efee1ee5031d4cdafad2a1f01b4191a4e954288ce7f33b125348143d0be7cc:
- File
utils/ofarc/Makefile
— part of check-in
[7162c635dd]
at
2024-03-03 23:49:29
on branch trunk
— Link ofarc against ObjFWTLS
This allows using HTTPS with --iri. (user: js, size: 683) [annotate] [blame] [check-ins using] [more...]
include ../../extra.mk PROG = ofarc${PROG_SUFFIX} SRCS = GZIPArchive.m \ LHAArchive.m \ OFArc.m \ TarArchive.m \ ZIPArchive.m \ ZooArchive.m DATA = localization/de.json \ localization/localizations.json include ../../buildsys.mk PACKAGE_NAME = ofarc ${PROG}: ${LIBOBJFW_DEP_LVL2} ${LIBOBJFWRT_DEP_LVL2} CPPFLAGS += -I../../src \ -I../../src/runtime \ -I../../src/exceptions \ -I../.. \ -DLOCALIZATION_DIR=\"${datadir}/ofarc/localization\" LIBS := -L../../src -L../../src/tls ${OFHTTP_LIBS} -lobjfw \ -L../../src/runtime ${RUNTIME_LIBS} \ ${LIBS} LD = ${OBJC} LDFLAGS += ${LDFLAGS_RPATH}