mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Avoid creating a history file in the user's (root) homedir during build
Reported by: jenkins via swills
This commit is contained in:
parent
e1b250ec7e
commit
0b8f294fc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357805
@ -17,6 +17,8 @@ GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CFLAGS+= -fno-reorder-blocks -fno-inline
|
||||
CONFIGURE_ENV+= GFORTHHIST=${WRKSRC}
|
||||
MAKE_ENV+= GFORTHHIST=${WRKSRC}
|
||||
USES= gmake libtool
|
||||
USE_GCC= any
|
||||
USE_AUTOTOOLS= libltdl
|
||||
|
Loading…
Reference in New Issue
Block a user