Edit

IABSD.fr/ports/databases/sqlite3/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2017-04-24 16:25:20
    Hash : e49cdda9
    Message : add a comment about -DSQLITE_ENABLE_COLUMN_METADATA and DBD::SQLite

  • databases/sqlite3/Makefile
  • # $OpenBSD: Makefile,v 1.82 2017/04/24 16:25:20 sthen Exp $
    
    COMMENT=	embedded SQL implementation
    
    DISTNAME =	sqlite-autoconf-3170000
    PKGNAME=	sqlite3-3.17.0
    
    SHARED_LIBS +=  sqlite3                   35.0 # 8.6
    
    CATEGORIES=	databases
    
    HOMEPAGE=	http://www.sqlite.org/
    
    # PD
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB += c pthread readline termcap
    
    MASTER_SITES =	${HOMEPAGE}2017/
    
    CONFIGURE_STYLE= gnu
    CONFIGURE_ARGS=	--enable-editline \
    		--disable-static-shell
    
    # for mozilla
    CFLAGS+=	-DSQLITE_ENABLE_UNLOCK_NOTIFY \
    		-DSQLITE_ENABLE_DBSTAT_VTAB
    
    # update p5-DBD-SQLite's Makefile.PL if enabling -DSQLITE_ENABLE_COLUMN_METADATA
    
    NO_TEST=	Yes
    
    .include <bsd.port.mk>