Skip to content

Commit

Permalink
dev-libs/bitset: remove reduntant --enable-portable-binary option
Browse files Browse the repository at this point in the history
Proper fix was implemented earlier via removing AX_CC_MAXOPT from configure.ac

Reported-by: Agostino Sarubbo <[email protected]>
Closes: https://bugs.gentoo.org/816330
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergey Popov <[email protected]>
  • Loading branch information
Pinkbyte committed Oct 5, 2021
1 parent 1cea31d commit e036b9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev-libs/bitset/bitset-2.8.4-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ src_configure() {
has_version dev-util/google-perftools[minimal] && tcmalloc_lib_name='tcmalloc_minimal'

local myeconfargs=(
--enable-portable-binary \
$(use_with jemalloc) \
$(use_with tcmalloc) \
$(use_with tcmalloc tcmalloc-lib "${tcmalloc_lib_name}")
Expand Down

0 comments on commit e036b9c

Please sign in to comment.