mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
expat: cleanup configure arguments
This commit is contained in:
parent
056d35f9f0
commit
f1e2d3e671
@ -35,16 +35,8 @@ $(EXPAT_DIR)/.configured: $(EXPAT_DIR)/.unpacked
|
|||||||
--build=$(GNU_HOST_NAME) \
|
--build=$(GNU_HOST_NAME) \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--exec-prefix=/usr \
|
--exec-prefix=/usr \
|
||||||
--bindir=/bin \
|
|
||||||
--sbindir=/sbin \
|
|
||||||
--libdir=/lib \
|
|
||||||
--libexecdir=/lib \
|
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--datadir=/share \
|
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--includedir=/include \
|
|
||||||
--mandir=/man \
|
|
||||||
--infodir=/info \
|
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
)
|
)
|
||||||
touch $@
|
touch $@
|
||||||
@ -54,7 +46,7 @@ $(EXPAT_DIR)/$(EXPAT_BINARY): $(EXPAT_DIR)/.configured
|
|||||||
touch -c $@
|
touch -c $@
|
||||||
|
|
||||||
$(STAGING_DIR)/$(EXPAT_TARGET_BINARY): $(EXPAT_DIR)/$(EXPAT_BINARY)
|
$(STAGING_DIR)/$(EXPAT_TARGET_BINARY): $(EXPAT_DIR)/$(EXPAT_BINARY)
|
||||||
$(MAKE) DESTDIR=$(STAGING_DIR)/usr -C $(EXPAT_DIR) install
|
$(MAKE) DESTDIR=$(STAGING_DIR) -C $(EXPAT_DIR) install
|
||||||
$(SED) "s,^libdir=.*,libdir=\'$(STAGING_DIR)/usr/lib\',g" \
|
$(SED) "s,^libdir=.*,libdir=\'$(STAGING_DIR)/usr/lib\',g" \
|
||||||
$(STAGING_DIR)/usr/lib/libexpat.la
|
$(STAGING_DIR)/usr/lib/libexpat.la
|
||||||
touch -c $@
|
touch -c $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user