Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163432975
D15312.id42188.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
767 B
Referenced Files
None
Subscribers
None
D15312.id42188.diff
View Options
Index: devel/xtensa-esp32-elf/Makefile
===================================================================
--- devel/xtensa-esp32-elf/Makefile
+++ devel/xtensa-esp32-elf/Makefile
@@ -66,6 +66,8 @@
${LN} -s ${DISTDIR}/${F:C/:source[0-9]+$//} \
${BUILD_WRKSRC}/.build/tarballs
.endfor
+ echo CT_LOG_PROGRESS_BAR=n >> \
+ ${BUILD_WRKSRC}/samples/${PORTNAME}/crosstool.config
do-configure:
cd ${BUILD_WRKSRC} && ./bootstrap
@@ -81,7 +83,9 @@
do-build:
cd ${BUILD_WRKSRC} && ${SETENV} ${BUILD_ENV} ./ct-ng build
cd ${BUILD_WRKSRC}/builds/${PORTNAME} && \
- ${RM} build.log.bz2 lib/charset.alias
+ ${CHMOD} +w . lib && \
+ ${RM} build.log.bz2 lib/charset.alias && \
+ ${CHMOD} -w . lib
do-install:
cd ${BUILD_WRKSRC}/builds && \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 24, 4:09 AM (1 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35429527
Default Alt Text
D15312.id42188.diff (767 B)
Attached To
Mode
D15312: devel/xtensa-esp32-elf: Fix build as non-root user (pkg-fallout)
Attached
Detach File
Event Timeline
Log In to Comment