mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
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_CFLAGS += $(OT_INTERNAL_SOUP_CFLAGS)
|
||||||
ostree_LDADD += $(OT_INTERNAL_SOUP_LIBS)
|
ostree_LDADD += $(OT_INTERNAL_SOUP_LIBS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_LIBARCHIVE
|
||||||
|
ostree_CFLAGS += $(OT_DEP_LIBARCHIVE_CFLAGS)
|
||||||
|
ostree_LDADD += $(OT_DEP_LIBARCHIVE_LIBS)
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user