Opened 2 months ago

Closed 2 months ago

#20070 closed defect (fixed)

OpenJDK alignment - BLFS

Reported by: rhubarbpieguy Owned by: blfs-book
Priority: normal Milestone: 12.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

I believe we need a space to the '--with-version-build="8" \' line for alignment.

bash configure --enable-unlimited-crypto    \
               --disable-warnings-as-errors \
               --with-stdc++lib=dynamic     \
               --with-giflib=system         \
               --with-harfbuzz=system       \
               --with-jtreg=$PWD/jtreg      \
               --with-lcms=system           \
               --with-libjpeg=system        \
               --with-libpng=system         \
               --with-zlib=system           \
               --with-version-build="8"    \
               --with-version-pre=""        \
               --with-version-opt=""        \

Change History (1)

comment:1 by Bruce Dubbs, 2 months ago

Resolution: fixed
Status: newclosed

Sometimes that's a bit tricky. In the xml it's

--with-version-build="&openjdk-build;" \

In this case &openjdk-build; translates to '8'. In any case I've fixed it.

Note: See TracTickets for help on using tickets.