mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-19 02:43:56 +08:00
Use prefix=/usr for libeXosip2
This commit is contained in:
parent
ae3e3d1325
commit
6dc301e0be
@ -26,16 +26,16 @@ $(LIBEXOSIP2_DIR)/.configured: $(LIBEXOSIP2_DIR)/.unpacked
|
||||
--target=$(GNU_TARGET_NAME) \
|
||||
--host=$(GNU_TARGET_NAME) \
|
||||
--build=$(GNU_HOST_NAME) \
|
||||
--prefix=$(STAGING_DIR) \
|
||||
--exec-prefix=/usr \
|
||||
--prefix=/usr \
|
||||
--exec-prefix=/ \
|
||||
--bindir=/usr/bin \
|
||||
--sbindir=/usr/sbin \
|
||||
--libexecdir=/usr/lib \
|
||||
--sysconfdir=/etc \
|
||||
--datadir=/usr/share \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--infodir=/usr/info \
|
||||
--libexecdir=/usr/lib \
|
||||
--localstatedir=/var \
|
||||
--libdir=/usr/lib \
|
||||
--includedir=$(STAGING_DIR)/usr/include \
|
||||
--oldincludedir=/usr/include \
|
||||
|
Loading…
Reference in New Issue
Block a user