Michael R. Crusoe pushed to branch master at Debian Med / vg
Commits: 4a9b7acd by Michael R. Crusoe at 2020-07-31T15:09:52+02:00 Fix build by not linking anymore libebl.a (Closes: #966417) - - - - - 2 changed files: - debian/changelog - debian/patches/use_packaged_elfutils Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +vg (1.25.0+ds-3) unstable; urgency=medium + + [ Gianfranco Costamagna ] + * Fix build by not linking anymore libebl.a (Closes: #966417) + + -- Michael R. Crusoe <[email protected]> Fri, 31 Jul 2020 15:09:46 +0200 + vg (1.25.0+ds-2) unstable; urgency=medium * Restrict architectures to build for. Closes: #964039. ===================================== debian/patches/use_packaged_elfutils ===================================== @@ -7,7 +7,7 @@ Description: Use the Debian packages for elfutils # We want to link against the elfutils libraries - LD_LIB_FLAGS += -ldwfl -ldw -ldwelf -lelf -lebl -+ LD_LIB_FLAGS += -ldw -lelf -lebl ++ LD_LIB_FLAGS += -ldw -lelf # We get OpenMP the normal way, using whatever the compiler knows about CXXFLAGS += -fopenmp View it on GitLab: https://salsa.debian.org/med-team/vg/-/commit/4a9b7acd5de211bbcb52948d697fbb2617aa0381 -- View it on GitLab: https://salsa.debian.org/med-team/vg/-/commit/4a9b7acd5de211bbcb52948d697fbb2617aa0381 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
