mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
update ltmain.sh in libmad by running libtoolize during build
This commit is contained in:
parent
400eafa301
commit
987819ac1e
@ -36,8 +36,13 @@ $(LIBMAD_DIR)/.configured: $(LIBMAD_DIR)/.unpacked
|
|||||||
)
|
)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
# This rule runs 'libtoolize' since the ltmain.sh which comes in the tarball
|
||||||
|
# is unsuitable with new libtool versions (causing shared libraries to build
|
||||||
|
# without the .so extension).
|
||||||
|
|
||||||
$(LIBMAD_DIR)/libmad.la: $(LIBMAD_DIR)/.configured
|
$(LIBMAD_DIR)/libmad.la: $(LIBMAD_DIR)/.configured
|
||||||
rm -f $@
|
rm -f $@
|
||||||
|
(cd $(LIBMAD_DIR); libtoolize --force)
|
||||||
$(MAKE) -C $(LIBMAD_DIR)
|
$(MAKE) -C $(LIBMAD_DIR)
|
||||||
|
|
||||||
$(STAGING_DIR)/usr/lib/libmad.so: $(LIBMAD_DIR)/libmad.la
|
$(STAGING_DIR)/usr/lib/libmad.so: $(LIBMAD_DIR)/libmad.la
|
||||||
|
Loading…
x
Reference in New Issue
Block a user