| Add NetBSD compile options. Thanks Mellowlink! - geomyidae - A small C-based go… | |
| git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| README | |
| LICENSE | |
| --- | |
| commit 181dc0b57c1702ff23c81392c35653da708759bd | |
| parent dec83c0fa1190b0db87303a5ae66e43803db3c25 | |
| Author: Christoph Lohmann <[email protected]> | |
| Date: Wed, 20 Jul 2022 18:35:06 +0200 | |
| Add NetBSD compile options. Thanks Mellowlink! | |
| Diffstat: | |
| M Makefile | 4 ++++ | |
| 1 file changed, 4 insertions(+), 0 deletions(-) | |
| --- | |
| diff --git a/Makefile b/Makefile | |
| @@ -17,6 +17,10 @@ TLS_LDFLAGS = -ltls | |
| GEOM_CFLAGS = -D_DEFAULT_SOURCE -I. -I/usr/include ${TLS_CFLAGS} ${CFLAGS} | |
| GEOM_LDFLAGS = -L/usr/lib -L. ${TLS_LDFLAGS} ${LDFLAGS} | |
| +# FreeBSD | |
| +# GEOM_CFLAGS = -D_DEFAULT_SOURCE -I. -I/usr/local/include ${TLS_CFLAGS} ${CFL… | |
| +# GEOM_LDFLAGS = -L/usr/local/lib -L. ${TLS_LDFLAGS} ${LDFLAGS} | |
| + | |
| SRC = main.c ind.c handlr.c | |
| OBJ = ${SRC:.c=.o} | |