|
|
|
@ -9,7 +9,7 @@ DEB_CONFIGURE_MANDIR := /usr/share/man
|
|
|
|
|
DEB_CONFIGURE_PREFIX := /usr/
|
|
|
|
|
DEB_CONFIGURE_INFODIR := /usr/share/info
|
|
|
|
|
|
|
|
|
|
cdbs_configure_flags := --enable-sse --enable-single --enable-shared --disable-rpath
|
|
|
|
|
cdbs_configure_flags := --enable-single --enable-shared --disable-rpath
|
|
|
|
|
|
|
|
|
|
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
|
|
|
|
&& echo xz || echo bzip2)
|
|
|
|
@ -21,5 +21,6 @@ debian/stamp-bootstrap:
|
|
|
|
|
cp -f /usr/share/libtool/ltmain.sh ltmain.sh
|
|
|
|
|
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
|
|
|
|
|
cp -f /usr/share/libtool/config/ltmain.sh ltmain.sh
|
|
|
|
|
autoreconf
|
|
|
|
|
|
|
|
|
|
touch debian/stamp-bootstrap
|
|
|
|
|