mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
- fix includedir
This commit is contained in:
parent
036f718684
commit
0cb95500d2
@ -25,21 +25,22 @@ $(LIBGPG_ERROR_DIR)/.configured: $(LIBGPG_ERROR_DIR)/.source
|
|||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
$(TARGET_CONFIGURE_ARGS) \
|
$(TARGET_CONFIGURE_ARGS) \
|
||||||
./configure \
|
./configure \
|
||||||
--target=$(GNU_TARGET_NAME) \
|
--target=$(GNU_TARGET_NAME) \
|
||||||
--host=$(GNU_TARGET_NAME) \
|
--host=$(GNU_TARGET_NAME) \
|
||||||
--build=$(GNU_HOST_NAME) \
|
--build=$(GNU_HOST_NAME) \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--exec-prefix=/usr \
|
--exec-prefix=/usr \
|
||||||
--bindir=/usr/bin \
|
--bindir=/usr/bin \
|
||||||
--sbindir=/usr/sbin \
|
--sbindir=/usr/sbin \
|
||||||
--libdir=/lib \
|
--libdir=/lib \
|
||||||
--libexecdir=/$(LIBGPG_ERROR_DESTDIR) \
|
--libexecdir=/$(LIBGPG_ERROR_DESTDIR) \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--datadir=/usr/share \
|
--datadir=/usr/share \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--includedir=/include \
|
--includedir=/usr/include \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--infodir=/usr/info \
|
--infodir=/usr/info \
|
||||||
|
$(DISABLE_NLS) \
|
||||||
)
|
)
|
||||||
touch $(LIBGPG_ERROR_DIR)/.configured
|
touch $(LIBGPG_ERROR_DIR)/.configured
|
||||||
|
|
||||||
@ -64,7 +65,6 @@ libgpg-error-clean:
|
|||||||
libgpg-error-dirclean:
|
libgpg-error-dirclean:
|
||||||
rm -rf $(LIBGPG_ERROR_DIR)
|
rm -rf $(LIBGPG_ERROR_DIR)
|
||||||
|
|
||||||
.PHONY: libgpg-error
|
|
||||||
#############################################################
|
#############################################################
|
||||||
#
|
#
|
||||||
# Toplevel Makefile options
|
# Toplevel Makefile options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user