clicon / clixon

YANG-based toolchain including NETCONF and RESTCONF interfaces and an interactive CLI
http://www.clicon.org/
Other
208 stars 70 forks source link

Fix `--with-cligen` build option #457

Closed rcmcdonald91 closed 11 months ago

rcmcdonald91 commented 11 months ago

Building clixon on FreeBSD requires setting --with-cligen=${LOCALBASE}. However, the current implementation of --with-cligen mangles the resulting CPPFLAGS and LDFLAGS. This patch un-breaks the --with-cligen option. The Clixon 6.4.0 patch for FreeBSD carries this patch locally in order to build successfully.

https://bz-attachments.freebsd.org/attachment.cgi?id=245384