Fix build failure on CentOS 7, setting TARGET=generic until we devise a
better setting.
This commit is contained in:
parent
b6bd5b9c2b
commit
828795e14e
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.15 2014/09/12 21:37:38 morr Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2014/10/03 09:30:45 rodent Exp $
|
||||
|
||||
DISTNAME= haproxy-1.5.4
|
||||
CATEGORIES= net www
|
||||
|
@ -41,6 +41,8 @@ TARGET=linux24e
|
|||
. else
|
||||
TARGET=linux24
|
||||
. endif
|
||||
. else
|
||||
TARGET=generic
|
||||
. endif
|
||||
.else
|
||||
TARGET=generic
|
||||
|
|
Loading…
Reference in a new issue