mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09: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
@@ -40,8 +40,7 @@ JAMVM_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \
|
||||
|
||||
JAMVM_CONF_OPT = \
|
||||
--libexecdir=/usr/lib --localstatedir=/var --mandir=/usr/man \
|
||||
--infodir=/usr/info --enable-shared \
|
||||
--enable-static \
|
||||
--infodir=/usr/info \
|
||||
--disable-glibtest --enable-explicit-deps=no \
|
||||
--disable-debug --with-classpath-install-dir=/usr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user