mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
packages: remove --{enable,disable}-{shared,static} from autotools packages
Now that those values are passed at the autotools infrastructure level, there's no need for every package to pass inconsistent values. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
009d8fceab
commit
0a5e5534cb
@@ -9,7 +9,7 @@ LIBLOCKFILE_SITE:=$(BR2_DEBIAN_MIRROR)/debian/pool/main/libl/liblockfile/
|
||||
LIBLOCKFILE_PATCH:=liblockfile_$(LIBLOCKFILE_VERSION)-4.debian.tar.bz2
|
||||
|
||||
LIBLOCKFILE_INSTALL_STAGING = YES
|
||||
LIBLOCKFILE_CONF_OPT = --enable-shared --mandir=/usr/share/man
|
||||
LIBLOCKFILE_CONF_OPT = --mandir=/usr/share/man
|
||||
|
||||
define LIBLOCKFILE_INSTALL_STAGING_CMDS
|
||||
mkdir -p $(addprefix $(STAGING_DIR)/usr/share/man/man,1 3)
|
||||
|
||||
Reference in New Issue
Block a user