mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
Don't use a shared lib for file
This commit is contained in:
parent
9647876991
commit
8fbd1c9640
@ -40,12 +40,13 @@ $(FILE_DIR)/.configured: $(FILE_DIR)/.unpacked
|
|||||||
--infodir=/usr/info \
|
--infodir=/usr/info \
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
$(DISABLE_LARGEFILE) \
|
$(DISABLE_LARGEFILE) \
|
||||||
|
--enable-static \
|
||||||
--disable-fsect-man5 \
|
--disable-fsect-man5 \
|
||||||
);
|
);
|
||||||
touch $(FILE_DIR)/.configured
|
touch $(FILE_DIR)/.configured
|
||||||
|
|
||||||
$(FILE_DIR)/$(FILE_BINARY): $(FILE_DIR)/.configured
|
$(FILE_DIR)/$(FILE_BINARY): $(FILE_DIR)/.configured
|
||||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(FILE_DIR)
|
$(MAKE) $(TARGET_CONFIGURE_OPTS) LDFLAGS="-static" -C $(FILE_DIR)
|
||||||
|
|
||||||
$(TARGET_DIR)/$(FILE_TARGET_BINARY): $(FILE_DIR)/$(FILE_BINARY)
|
$(TARGET_DIR)/$(FILE_TARGET_BINARY): $(FILE_DIR)/$(FILE_BINARY)
|
||||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) DESTDIR=$(TARGET_DIR) -C $(FILE_DIR) install
|
$(MAKE) $(TARGET_CONFIGURE_OPTS) DESTDIR=$(TARGET_DIR) -C $(FILE_DIR) install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user