components/libneon/Makefile
changeset 3955 4e310c8109a5
parent 3817 30b42c38bbc4
child 4070 de7938d475ad
equal deleted inserted replaced
3953:7a1f9588575b 3955:4e310c8109a5
    42 PATCH_LEVEL = 0
    42 PATCH_LEVEL = 0
    43 
    43 
    44 CC += $(CC_BITS)
    44 CC += $(CC_BITS)
    45 CPPFLAGS += $(CPP_LARGEFILES)
    45 CPPFLAGS += $(CPP_LARGEFILES)
    46 
    46 
       
    47 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-neon.master
       
    48 
       
    49 COMPONENT_TEST_TRANSFORMS += \
       
    50      '-e "/libtool/d"' \
       
    51      '-e "/-m32/d"' \
       
    52      '-e "/-m64/d"' \
       
    53      '-e "/ld: warning/d"' \
       
    54      '-e "/warning/d"' \
       
    55      '-e "s/[0-9]\{1,\}\.[0-9]\{1,\} s, //g"' \
       
    56      '-e "s^[0-9]\{1,\} kB/s^^g"'  \
       
    57      '-e "s^[0-9]\{1,\}  kB/s^^g"'  \
       
    58      '-e "s^[0-9]\{1,\}\.[0-9]\{1,\}  MB/s^^g"' \
       
    59      '-e "s^[0-9]\{1,\}\.[0-9]\{1,\} MB/s^^g"' \
       
    60      '-e "s/([0-9]\{1,\} B)//g"' \
       
    61      '-e "s/([0-9]\{1,\}  B)//g"' \
       
    62      '-e "s/copied,/copied/g"'  \
       
    63      '-e "s/ \{1,\}copied/ copied/g"'  \
       
    64      '-e "s/copied $$/copied/g"'  \
       
    65      '-e "s/copied [0-9]\{1,\}\./copied/g"' 
       
    66 
    47 CONFIGURE_ENV += CFLAGS="$(CFLAGS)"
    67 CONFIGURE_ENV += CFLAGS="$(CFLAGS)"
    48 CONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS)"
    68 CONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS)"
    49 
    69 
    50 CONFIGURE_OPTIONS += --localstatedir=/var
    70 CONFIGURE_OPTIONS += --localstatedir=/var
    51 CONFIGURE_OPTIONS += --mandir=/usr/share/man
    71 CONFIGURE_OPTIONS += --mandir=/usr/share/man
    72 
    92 
    73 install:	$(INSTALL_32_and_64)
    93 install:	$(INSTALL_32_and_64)
    74 
    94 
    75 test:		$(TEST_32_and_64)
    95 test:		$(TEST_32_and_64)
    76 
    96 
    77 
       
    78 
       
    79 REQUIRED_PACKAGES += library/libproxy
    97 REQUIRED_PACKAGES += library/libproxy
    80 REQUIRED_PACKAGES += library/libxml2
    98 REQUIRED_PACKAGES += library/libxml2
    81 REQUIRED_PACKAGES += library/security/openssl
    99 REQUIRED_PACKAGES += library/security/openssl
    82 REQUIRED_PACKAGES += library/zlib
   100 REQUIRED_PACKAGES += library/zlib
    83 REQUIRED_PACKAGES += shell/ksh93
   101 REQUIRED_PACKAGES += shell/ksh93