Skip to content

Commit

Permalink
security/p5-openxpki-i18n: Fix build
Browse files Browse the repository at this point in the history
Add MAKE_JOBS_UNSAFE=yes due to race conditions during build.
While at it do some minor adjustments to Makefile.

PR:		279058
Approved by:	submitter is maintainer, diizzy (mentor)
  • Loading branch information
svysh authored and Zsolt Udvari committed May 20, 2024
1 parent de08bd7 commit a0c2dc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion security/p5-openxpki-i18n/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ LICENSE_FILE= ${WRKSRC}/../../LICENSE
USES= gettext-runtime gettext-tools gmake perl5

USE_GITHUB= yes
MAKE_JOBS_UNSAFE= yes

ALL_TARGET= scan default
NO_ARCH= yes
# stay with stable versions only:

# Track stable versions.
PORTSCOUT= limitw:1,even

WRKSRC_SUBDIR= core/i18n
Expand Down

0 comments on commit a0c2dc9

Please sign in to comment.