FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pkgsrc/databases/lua-sql-sqlite/Makefile at trunk · vec4f/pkgsrc · GitHub
vec4f
/
pkgsrc
Public
forked from
TritonDataCenter/pkgsrc
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pkgsrc
/
databases
/
lua-sql-sqlite
/
Makefile
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (10 loc) · 539 Bytes
Breadcrumbs
pkgsrc
/
databases
/
lua-sql-sqlite
/
Makefile
Copy path
File metadata and controls
16 lines (10 loc) · 539 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
$NetBSD: Makefile,v 1.2 2018/10/26 11:11:33 jperkin Exp $
.include "../../databases/lua-sql-mysql/Makefile.common"
PKGNAME
= ${LUA_PKGPREFIX}-${DISTNAME:S/luasql/sql-sqlite/}
MAINTAINER
= pkgsrc-users@NetBSD.org
COMMENT
= SQLite 2.x bindings for Lua
BUILD_TARGET
= sqlite
#
Abuse DRIVER_INCS to get our compiler flags into the build
MAKE_FLAGS+
= DRIVER_INCS="${CFLAGS} ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.sqlite}/lib -L${BUILDLINK_PREFIX.sqlite}/lib"
.include "../../databases/sqlite/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Back
|
FazBrowse Home
|
New Git URL