usr/src/lib/libpcap/Makefile.sfw
changeset 13 971008b98b79
parent 3 ad3552f8e1ef
child 54 c8df60226931
equal deleted inserted replaced
12:12fc69ddc5a5 13:971008b98b79
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
    21 # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
    22 # Use is subject to license terms.
       
    23 #
    22 #
    24 #ident	"@(#)Makefile.sfw	1.3	09/11/10 SMI"
    23 
       
    24 #ident	"@(#)Makefile.sfw	1.4	10/04/15 SMI"
    25 
    25 
    26 include ../Makefile.lib
    26 include ../Makefile.lib
    27 
    27 
    28 VER=libpcap-1.0.0
    28 VER=libpcap-1.0.0
    29 VER64=$(VER)-64
    29 VER64=$(VER)-64
    33 MAKE=$(GMAKE)
    33 MAKE=$(GMAKE)
    34 TARGET_COMENV +=	INSTALL=/usr/bin/ginstall
    34 TARGET_COMENV +=	INSTALL=/usr/bin/ginstall
    35 TARGET_COMENV +=	PATH="$(SFW_PATH)"
    35 TARGET_COMENV +=	PATH="$(SFW_PATH)"
    36 TARGET_COMENV +=	MAKE="$(GMAKE)"
    36 TARGET_COMENV +=	MAKE="$(GMAKE)"
    37 TARGET_COMENV +=	LIBS="$(LIBS)"
    37 TARGET_COMENV +=	LIBS="$(LIBS)"
       
    38 TARGET_COMENV +=	"ac_cv_func_getifaddrs=no"
    38 PATCHES:sh =		echo Patches/*.patch
    39 PATCHES:sh =		echo Patches/*.patch
    39 
    40 
    40 
    41 
    41 # environment variables for 32-bit
    42 # environment variables for 32-bit
    42 TARGET_ENV +=	CC="$(CC)"
    43 TARGET_ENV +=	CC="$(CC)"