| From 39c92fa91756747fa8eaf1fc898214658d1f8451 Mon Sep 17 00:00:00 2001 |
| From: John Newlin <jnewlin@google.com> |
| Date: Fri, 3 Oct 2014 21:58:51 -0700 |
| Subject: [PATCH] Build libraries statically to make hermetic builds work. |
| |
| --- |
| package/pkg-autotools.mk | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| diff --git a/package/pkg-autotools.mk b/package/pkg-autotools.mk |
| index 4404f15..e4e4df9 100644 |
| --- a/package/pkg-autotools.mk |
| +++ b/package/pkg-autotools.mk |
| @@ -165,7 +165,7 @@ define $(2)_CONFIGURE_CMDS |
| ./configure \ |
| --prefix="$$(HOST_DIR)/usr" \ |
| --sysconfdir="$$(HOST_DIR)/etc" \ |
| - --enable-shared --disable-static \ |
| + --disable-shared --enable-static \ |
| --disable-gtk-doc \ |
| --disable-doc \ |
| --disable-docs \ |
| -- |
| 2.1.0.rc2.206.gedb03e5 |
| |