Skip to content

Commit

Permalink
Work around problem with ntp-dev libevent tearoff
Browse files Browse the repository at this point in the history
Adds libevent to Dockerfile prerequisites to build against the current libevent package rather than the copy bundled with the NTP distribution.
Also removes stray newline at end of patch.diff introduced in first attempt
  • Loading branch information
hart-NTP committed May 29, 2024
1 parent 57f7f52 commit 3cf0b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/ntp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake libtool bison flex rsync lynx
RUN apt-get update && apt-get install -y make autoconf automake libevent libtool bison flex rsync lynx
ADD https://www.bitkeeper.org/downloads/7.3.3/bk-7.3.3-x86_64-glibc213-linux.bin bk-7.3.3-x86_64-glibc213-linux.bin
RUN chmod +x bk-7.3.3-x86_64-glibc213-linux.bin
RUN ./bk-7.3.3-x86_64-glibc213-linux.bin /usr/local/bitkeeper
Expand Down
2 changes: 1 addition & 1 deletion projects/ntp/patch.diff
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,4 @@ index 0000000..74be306
+ fclose(fp);
+ return 0;
+}
+
+

0 comments on commit 3cf0b66

Please sign in to comment.