mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 11:18:48 +00:00
NetBSD has no strtonum so needs compat/.
This commit is contained in:
parent
626fe978e1
commit
1a86934e09
7
configure
vendored
7
configure
vendored
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id: configure,v 1.7 2009-05-14 00:35:53 nicm Exp $
|
# $Id: configure,v 1.8 2009-05-14 00:40:58 nicm Exp $
|
||||||
|
|
||||||
UNAME=`uname -s`
|
UNAME=`uname -s`
|
||||||
|
|
||||||
@ -160,8 +160,9 @@ EOF
|
|||||||
#define HAVE_VSYSLOG
|
#define HAVE_VSYSLOG
|
||||||
EOF
|
EOF
|
||||||
cat <<EOF >>$CONFIG_MK
|
cat <<EOF >>$CONFIG_MK
|
||||||
SRCS+= osdep-netbsd.c
|
SRCS+= osdep-netbsd.c \
|
||||||
LIBS+= -lcrypt
|
compat/strtonum.c
|
||||||
|
LIBS+= -lcrypt -lutil
|
||||||
CPPFLAGS+= -I/usr/pkg/include
|
CPPFLAGS+= -I/usr/pkg/include
|
||||||
LDFLAGS+= -L/usr/pkg/lib
|
LDFLAGS+= -L/usr/pkg/lib
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user