diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2011-05-30 23:57:03 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-06-12 21:59:59 +0200 |
commit | 0a5e5534cbf831c575b8cc3d0155f4f440e8a0b9 (patch) | |
tree | a083fe85ad8bba2a11566d0e940afd656ce9d2f0 /package/java/jamvm | |
parent | 009d8fceab4db7815502e4b0565fe0ef531d512c (diff) | |
download | buildroot-novena-0a5e5534cbf831c575b8cc3d0155f4f440e8a0b9.tar.gz buildroot-novena-0a5e5534cbf831c575b8cc3d0155f4f440e8a0b9.zip |
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>
Diffstat (limited to 'package/java/jamvm')
-rw-r--r-- | package/java/jamvm/jamvm.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/java/jamvm/jamvm.mk b/package/java/jamvm/jamvm.mk index e7796bbc7..da999ce5e 100644 --- a/package/java/jamvm/jamvm.mk +++ b/package/java/jamvm/jamvm.mk @@ -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 |