- Fix build on ARCH=arm* devices (e.g. Raspberry Pi)

Requested by:	danilo
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-07-01 13:33:12 +00:00
parent 83b408d844
commit c97b754d83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360009

View file

@ -29,7 +29,7 @@ EXTRA_SBIN= dnsextd
.include <bsd.port.pre.mk>
.if ${ARCH} == "arm"
.if ${ARCH:C/^(...).*/\1/} == "arm"
MAKE_ARGS+= LD="${CC} -shared"
.endif