diff options
Diffstat (limited to 'debian/rules2')
-rw-r--r-- | debian/rules2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules2 b/debian/rules2 index b093b21..59081a2 100644 --- a/debian/rules2 +++ b/debian/rules2 @@ -273,6 +273,10 @@ ifneq ($(with_qmath),yes) CONFARGS += --disable-libquadmath endif +ifneq ($(with_mpx),yes) + CONFARGS += --enable-libmpx +endif + ifeq ($(with_plugins),yes) CONFARGS += --enable-plugin endif |