RESTRICTED is not necessary in the readline case, since it just means
that the entire package becomes GPLed, which is not a concern; the software is under a modified BSDL and we distribute the source code anyway. Approved by: maintainer
This commit is contained in:
parent
bb671ba329
commit
70db55f9db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172087
2 changed files with 0 additions and 2 deletions
|
@ -35,7 +35,6 @@ TARGETOS!= ${ECHO_CMD} `${UNAME} -s``${UNAME} -r | ${SED} -e 's/[-(].*//'` | ${T
|
|||
|
||||
.if defined(WITH_GNUREADLINE)
|
||||
CONFIGURE_ARGS+=--enable-gnu-readline
|
||||
RESTRICTED= GNU GPL prevents distributing binaries linked against GNU readline
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_CLIENT) && defined(WITHOUT_SERVER)
|
||||
|
|
|
@ -35,7 +35,6 @@ TARGETOS!= ${ECHO_CMD} `${UNAME} -s``${UNAME} -r | ${SED} -e 's/[-(].*//'` | ${T
|
|||
|
||||
.if defined(WITH_GNUREADLINE)
|
||||
CONFIGURE_ARGS+=--enable-gnu-readline
|
||||
RESTRICTED= GNU GPL prevents distributing binaries linked against GNU readline
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_CLIENT) && defined(WITHOUT_SERVER)
|
||||
|
|
Loading…
Reference in a new issue