Skip to content

Commit

Permalink
install_prereq.sh: Build libetpan before evergreen (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
marrold authored Mar 28, 2024
1 parent b42901f commit a12d14f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/install_prereq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ scripts/libdiscord.sh
# libwss (net_ws)
scripts/libwss.sh

# libetpan (mod_webmail): the package no longer suffices, since we patch the source.
#PACKAGES_DEBIAN="$PACKAGES_DEBIAN libetpan-dev"
scripts/libetpan.sh

# evergreen (door_evergreen)
scripts/evergreen.sh

Expand All @@ -146,9 +150,5 @@ scripts/libslackrtm.sh
# mod_smtp_filter_arc
scripts/libopenarc.sh

# libetpan (mod_webmail): the package no longer suffices, since we patch the source.
#PACKAGES_DEBIAN="$PACKAGES_DEBIAN libetpan-dev"
scripts/libetpan.sh

# doxygen only:
#PACKAGES_DEBIAN="$PACKAGES_DEBIAN doxygen graphviz"

0 comments on commit a12d14f

Please sign in to comment.