Fix building for VFS modules, prelease leftover config.cache and I
had to delete it for it to detect us properly, that file doesn't exist anymore
This commit is contained in:
parent
6259cac885
commit
63482cc478
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61649
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ PLIST_SUB= AUDIT=${AUDIT} \
|
||||||
.if defined(WITH_RECYCLE) || defined(WITH_AUDIT)
|
.if defined(WITH_RECYCLE) || defined(WITH_AUDIT)
|
||||||
post-build:
|
post-build:
|
||||||
cd ${WRKDIR}/${DISTNAME}/examples/VFS; \
|
cd ${WRKDIR}/${DISTNAME}/examples/VFS; \
|
||||||
${RM} config.cache;./configure;${GMAKE}; \
|
./configure;${GMAKE}; \
|
||||||
${RM} -f config.cache config.log config.status
|
${RM} -f config.cache config.log config.status
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue