mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
disable shared library support during configuration
This commit is contained in:
parent
4879008442
commit
8351d099e2
@ -3,6 +3,7 @@ config BR2_PACKAGE_LIBELF
|
|||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This is the public release of libelf-0.8.5, a free ELF object
|
This is the public release of libelf-0.8.5, a free ELF object
|
||||||
file access library.
|
file access library. This build does not generate a shared
|
||||||
|
library.
|
||||||
|
|
||||||
http://www.stud.uni-hannover.de/~michael/software/
|
http://www.stud.uni-hannover.de/~michael/software/
|
||||||
|
@ -31,7 +31,7 @@ $(LIBELF_DIR)/.configured: $(LIBELF_DIR)/.source
|
|||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
--enable-shared \
|
--disable-shared \
|
||||||
);
|
);
|
||||||
touch $(LIBELF_DIR)/.configured;
|
touch $(LIBELF_DIR)/.configured;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user