mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix build on ARCH=arm* devices (e.g. Raspberry Pi)
Requested by: danilo
This commit is contained in:
parent
83b408d844
commit
c97b754d83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360009
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ EXTRA_SBIN= dnsextd
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${ARCH} == "arm"
|
.if ${ARCH:C/^(...).*/\1/} == "arm"
|
||||||
MAKE_ARGS+= LD="${CC} -shared"
|
MAKE_ARGS+= LD="${CC} -shared"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue