diff --git a/debian/rules b/debian/rules index 9f9b5df..695f140 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,7 @@ major=`ls src/.libs/lib*.so.* | \ config.status: configure dh_testdir @# Add here commands to configure the package. - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-runtime-loading build: build-stamp