mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
databases/sqlcipher: enable options needed for net-im/gurk-rs
PR: 284248 Approved by: jharris@widomaker.com (maintainer timeout)
This commit is contained in:
parent
561d1de4fd
commit
9903e0dac4
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= sqlcipher
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 4.6.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= jharris@widomaker.com
|
||||
|
@ -17,7 +18,8 @@ USE_GITHUB= yes
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--enable-tempstore=yes --disable-tcl --disable-readline
|
||||
CPPFLAGS+= -DSQLITE_HAS_CODEC
|
||||
CPPFLAGS+= -DSQLITE_HAS_CODEC -DSQLITE_ENABLE_UNLOCK_NOTIFY \
|
||||
-DSQLITE_ENABLE_COLUMN_METADATA=1
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB}
|
||||
CFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue