gmp: remove deprecated configure options

Message ID 20171119081729.733-1-marcel.lorenz@ipfire.org
State Dropped
Headers
Series gmp: remove deprecated configure options |

Commit Message

Marcel Lorenz Nov. 19, 2017, 7:17 p.m. UTC
  Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
---
 lfs/gmp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
  

Patch

diff --git a/lfs/gmp b/lfs/gmp
index 8dc9b7350..4d55e4f76 100644
--- a/lfs/gmp
+++ b/lfs/gmp
@@ -39,9 +39,7 @@  endif
 
 CONFIGURE_OPTIONS = \
 	--prefix=/usr \
-	--enable-cxx \
-	--enable-mpbsd \
-	--disable-nls
+	--enable-cxx
 
 ###############################################################################
 # Top-level Rules