X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=63627f618a9029f3e202ec2951a22238a5b06898;hb=0687f09242bf75f0a1dcf03558b28ed800463d18;hp=23d97491df7579314b520ffb09732053ce02b3eb;hpb=17eb2fd28b9e01e9c80c55a0fcc48fd866082bfc;p=yaz-moved-to-github.git diff --git a/debian/rules b/debian/rules index 23d9749..63627f6 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ endif 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 --enable-shared --enable-static --enable-tcpd --with-xslt --with-openssl + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-shared --enable-static --enable-tcpd --with-xslt --with-openssl --with-pcap build: build-stamp