Hi Dirk, How can I enforce it from inside a ports Makefile?
Thanks in advance. BR, Muhammad On Thu, Apr 17, 2014 at 1:41 PM, Dirk Meyer <[email protected]>wrote: > > > Is there any way I can force a port to build OPENSSL with RFC3379. The > > scenario is I am working on a port which requires OPENSSL library with > RFC > > 3379 but RFC3379 is not on by default. How can I force that OPENSSL is > > built with RFC 3379? > > a) > add to /etc/make.conf: > OPTIONS_SET+= RFC3779 > > b) > cd /usr/ports/security/openssl > echo 'OPTIONS_SET+= RFC3779' >> Makefile.local > > kind regards Dirk > > - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany > - [[email protected]],[[email protected]],[[email protected]] > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
