Remove --with-pcap
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 14 Jan 2008 23:32:04 +0000 (23:32 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 14 Jan 2008 23:32:04 +0000 (23:32 +0000)
debian/rules

index dd1e00e..9a15617 100755 (executable)
@@ -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 --with-pcap --with-icu
+       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-icu
 
 
 build: build-stamp