build: Link ostree with libarchive
libarchive (when available) is being used in ot-builtin-export.c so it is necessary to link ostree with it. https://bugzilla.gnome.org/show_bug.cgi?id=762457
This commit is contained in:
parent
4beb5f4eaf
commit
6821ca1029
|
|
@ -108,3 +108,8 @@ ostree_SOURCES += \
|
|||
ostree_CFLAGS += $(OT_INTERNAL_SOUP_CFLAGS)
|
||||
ostree_LDADD += $(OT_INTERNAL_SOUP_LIBS)
|
||||
endif
|
||||
|
||||
if USE_LIBARCHIVE
|
||||
ostree_CFLAGS += $(OT_DEP_LIBARCHIVE_CFLAGS)
|
||||
ostree_LDADD += $(OT_DEP_LIBARCHIVE_LIBS)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue