components/daq/Makefile
changeset 6865 1cc50ab79b8c
parent 5682 94c0ca64c022
child 7288 6fa98a77f4d9
equal deleted inserted replaced
6864:45128c94429d 6865:1cc50ab79b8c
    45 CFLAGS +=	-Du_int32_t=uint32_t
    45 CFLAGS +=	-Du_int32_t=uint32_t
    46 
    46 
    47 CONFIGURE_OPTIONS +=	--disable-ipfw-module
    47 CONFIGURE_OPTIONS +=	--disable-ipfw-module
    48 CONFIGURE_OPTIONS +=    --enable-static=no
    48 CONFIGURE_OPTIONS +=    --enable-static=no
    49 
    49 
       
    50 # cheesy, but if we turn off visibility then it doesn't
       
    51 # save the CFLAGS right and then nulls them.
       
    52 CONFIGURE_OPTIONS +=	"gl_cv_cc_visibility=no"
       
    53 CONFIGURE_OPTIONS +=	gl_save_CFLAGS="$(CFLAGS)"
       
    54 
    50 REQUIRED_PACKAGES += developer/lexer/flex
    55 REQUIRED_PACKAGES += developer/lexer/flex
    51 REQUIRED_PACKAGES += developer/parser/bison
    56 REQUIRED_PACKAGES += developer/parser/bison
    52 REQUIRED_PACKAGES += shell/ksh93
    57 REQUIRED_PACKAGES += shell/ksh93
    53 REQUIRED_PACKAGES += system/library/libpcap
    58 REQUIRED_PACKAGES += system/library/libpcap