components/snort/Makefile
changeset 6865 1cc50ab79b8c
parent 5682 94c0ca64c022
child 7650 2e39c59b83f8
equal deleted inserted replaced
6864:45128c94429d 6865:1cc50ab79b8c
    53 CONFIGURE_OPTIONS +=	--without-postgresql
    53 CONFIGURE_OPTIONS +=	--without-postgresql
    54 CONFIGURE_OPTIONS +=	--enable-zlib
    54 CONFIGURE_OPTIONS +=	--enable-zlib
    55 CONFIGURE_OPTIONS +=	--enable-ipv6
    55 CONFIGURE_OPTIONS +=	--enable-ipv6
    56 CONFIGURE_OPTIONS +=	--disable-static-daq
    56 CONFIGURE_OPTIONS +=	--disable-static-daq
    57 
    57 
       
    58 # cheesy, but if we turn off visibility then it doesn't
       
    59 # save the CFLAGS right and then nulls them.
       
    60 CONFIGURE_OPTIONS +=   "gl_cv_cc_visibility=no"
       
    61 CONFIGURE_OPTIONS +=   gl_save_CFLAGS="$(CFLAGS)"
       
    62 
    58 # Move snort shared objects to 64-bit path to stop pkglint bitching.
    63 # Move snort shared objects to 64-bit path to stop pkglint bitching.
    59 COMPONENT_POST_INSTALL_ACTION += \
    64 COMPONENT_POST_INSTALL_ACTION += \
    60 	$(MV) $(PROTOUSRLIBDIR)/snort_dynamicengine $(PROTOUSRLIBDIR64); \
    65 	$(MV) $(PROTOUSRLIBDIR)/snort_dynamicengine $(PROTOUSRLIBDIR64); \
    61 	$(MV) $(PROTOUSRLIBDIR)/snort_dynamicpreprocessor $(PROTOUSRLIBDIR64) ;
    66 	$(MV) $(PROTOUSRLIBDIR)/snort_dynamicpreprocessor $(PROTOUSRLIBDIR64) ;
    62 
    67