components/wireshark/Makefile
changeset 5125 34cc580c62c2
parent 5113 d795801e09d0
child 5232 902d18d42945
equal deleted inserted replaced
5124:3a6b9e3809f7 5125:34cc580c62c2
    59 CONFIGURE_OPTIONS +=	--with-gtk2=yes
    59 CONFIGURE_OPTIONS +=	--with-gtk2=yes
    60 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)" 
    60 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)" 
    61 CONFIGURE_OPTIONS +=	PATH="/usr/perl5/bin:/usr/gnu/bin:$(PATH)"
    61 CONFIGURE_OPTIONS +=	PATH="/usr/perl5/bin:/usr/gnu/bin:$(PATH)"
    62 CONFIGURE_OPTIONS +=	PKG_CONFIG_PATH=/usr/lib/$(MACH64)/pkgconfig/gnutls-3
    62 CONFIGURE_OPTIONS +=	PKG_CONFIG_PATH=/usr/lib/$(MACH64)/pkgconfig/gnutls-3
    63 
    63 
    64 # Use the 64-bit versions of pkg-config files
       
    65 CONFIGURE_ENV +=	PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)"
       
    66 
       
    67 # We need to avoid RPATH=/usr/lib in Wireshark libraries so that we can
    64 # We need to avoid RPATH=/usr/lib in Wireshark libraries so that we can
    68 # create successfully IPS package of different Wireshark branch than is
    65 # create successfully IPS package of different Wireshark branch than is
    69 # installed on build system without dependency errors.
    66 # installed on build system without dependency errors.
    70 COMPONENT_POST_CONFIGURE_ACTION = \
    67 COMPONENT_POST_CONFIGURE_ACTION = \
    71 	(cd $(@D); \
    68 	(cd $(@D); \