Skip to content

Commit

Permalink
#3293 no errors with latest sid and CUDA 11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Oct 25, 2021
1 parent 7b9be26 commit d9558ef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packaging/debian/xpra/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
ifneq (,$(filter i386,$(DEB_HOST_ARCH)))
EXTRA_BUILDOPTS := --without-csc_swscale --without-enc_ffmpeg --without-dec_avcodec2
endif
# Disable CUDA on Ubuntu Impish and Debian Sid
# Disable CUDA on Ubuntu Impish
# (nvcc fails to compile with the new glibc headers: #3293)
OS_CODENAME := $(shell lsb_release -s -c)
ifeq ($(OS_CODENAME),impish)
EXTRA_BUILDOPTS := --without-nvenc
endif
ifeq ($(OS_CODENAME),sid)
EXTRA_BUILDOPTS := --without-nvenc
endif


BUILDOPTS= --without-Xdummy --without-Xdummy_wrapper --pkg-config-path=/usr/lib/xpra/pkgconfig --rpath=/usr/lib/xpra/ $(EXTRA_BUILDOPTS)
Expand Down

0 comments on commit d9558ef

Please sign in to comment.