Skip to content

Commit

Permalink
monero+poppler: THREADS_PTHREAD_ARG is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
sgn committed Jul 16, 2022
1 parent eddda50 commit 0b01e23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions srcpkgs/monero/template
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ checksum="e4462f8909bdc5e66d76f4023374ff759159c15fe7d407f0c21619769e87c35d
skip_extraction="v${_randomx_version}.tar.gz ${_rapidjson_gitrev}.tar.gz ${_supercop_gitrev}.tar.gz"
system_accounts="monero"

if [ "$CROSS_BUILD" ]; then
configure_args+=" -DTHREADS_PTHREAD_ARG=OFF"
fi

case "$XBPS_TARGET_MACHINE" in
armv7*) configure_args+=" -DARCH=armv7" ;;
armv6*) configure_args+=" -DARCH=armv6" ;;
Expand Down
4 changes: 0 additions & 4 deletions srcpkgs/poppler-qt5/template
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ checksum=420230c5c43782e2151259b3e523e632f4861342aad70e7e20b8773d9eaf3428
# fails to find a bunch of files
make_check=no

if [ "$CROSS_BUILD" ]; then
configure_args+=" -DTHREADS_PTHREAD_ARG=2"
fi

post_install() {
local f
rm -f ${DESTDIR}/usr/lib/libpoppler.*
Expand Down

0 comments on commit 0b01e23

Please sign in to comment.