databases/memcached: fix build on powerpc64 elfv2

-no-integrapted-as causes:
   1195 /tmp/conftest-4d18ad.s: Assembler messages:
   1196 /tmp/conftest-4d18ad.s:2: Error: unknown pseudo-op: `.abiversion'

Disable DTRACE to avoid it.
This commit is contained in:
Piotr Kubaj 2020-02-10 21:50:46 +00:00
parent 2385bc4fea
commit bb24b8a158
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525756

View File

@ -45,6 +45,8 @@ OPTIONS_EXCLUDE_i386= DTRACE
OPTIONS_EXCLUDE_aarch64= DTRACE
OPTIONS_EXCLUDE_armv6= DTRACE
OPTIONS_EXCLUDE_armv7= DTRACE
# /tmp/conftest-4d18ad.s:2: Error: unknown pseudo-op: `.abiversion'
OPTIONS_EXCLUDE_powerpc64= DTRACE
DTRACE_DESC= Enable dtrace probes
SASL_DESC= Enable SASL Authentication