#!/usr/bin/make -f

DEB_BUILD_PARALLEL:=yes

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/autoreconf.mk

DEB_CONFIGURE_EXTRA_FLAGS := --with-gzip --without-svga --disable-rpath

pre-build::
	cp /usr/share/gettext/config.rpath $(CURDIR)
	cp /usr/share/gettext/po/Makefile.in.in $(CURDIR)/po
