components/wireshark/Makefile
changeset 1028 30d7999e80d9
parent 1009 49c5130fdb42
child 1058 34d7aaa03423
equal deleted inserted replaced
1027:ba55ae2d54aa 1028:30d7999e80d9
    40 CONFIGURE_OPTIONS +=	--bindir=/usr/sbin
    40 CONFIGURE_OPTIONS +=	--bindir=/usr/sbin
    41 CONFIGURE_OPTIONS +=	--disable-usr-local
    41 CONFIGURE_OPTIONS +=	--disable-usr-local
    42 CONFIGURE_OPTIONS +=	--disable-randpkt
    42 CONFIGURE_OPTIONS +=	--disable-randpkt
    43 CONFIGURE_OPTIONS +=	--disable-dftest
    43 CONFIGURE_OPTIONS +=	--disable-dftest
    44 CONFIGURE_OPTIONS +=	--with-krb5
    44 CONFIGURE_OPTIONS +=	--with-krb5
       
    45 CONFIGURE_OPTIONS +=	--with-lua=no
    45 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)" 
    46 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)" 
    46 CONFIGURE_OPTIONS +=	PATH="/usr/perl5/bin:/usr/gnu/bin:$(PATH)"
    47 CONFIGURE_OPTIONS +=	PATH="/usr/perl5/bin:/usr/gnu/bin:$(PATH)"
    47 
    48 
    48 # We need to avoid RPATH=/usr/lib in Wireshark libraries so that we can
    49 # We need to avoid RPATH=/usr/lib in Wireshark libraries so that we can
    49 # create successfully IPS package of different Wireshark branch than is
    50 # create successfully IPS package of different Wireshark branch than is