Skip to content

Commit

Permalink
mail-filter/rmilter: fix handling of dkim USE flag
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
djc committed Jul 27, 2016
1 parent b462f7a commit 3170f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail-filter/rmilter/rmilter-1.9.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pkg_setup() {

src_configure() {
local mycmakeargs=(
-DENABLE-DKIM=$(usex dkim ON OFF)
-DENABLE_DKIM=$(usex dkim ON OFF)
-DENABLE_MEMCACHED=$(usex memcached ON OFF)
)
cmake-utils_src_configure
Expand Down

0 comments on commit 3170f0a

Please sign in to comment.