Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] RPM build - configure parameters

From: "Kukosa, Tomas" <tomas.kukosa@xxxxxxxxxxx>
Date: Fri, 12 Sep 2008 09:11:09 +0200
Hi,
 
when I build RPM with following sequence
./autogen.sh
./configure <parameters>
make rpm-package
 
it allways calls ./configure script inside rpm packaging with fiexed parameters "--with-ssl=/usr --with-krb5" (see packaging/rpm/SPECS/wireshark.spec.in)
 
would it be somehow possible to pass parameters from "./configure <parameters>" called before "make rpm-package" to ./configure called inside rpm packaging?
 
Regards,
   Tomas