remove link to libeus from executables, this also remove EUSLIB, which provides RPATH settings that Debian dislike.#522
Merged
Conversation
c1ee1fd to
a16135e
Compare
…er/debian/patches?ref_type=heads: remove link to libeus from executables, this also remove EUSLIB, which provides RPATH settings that Debian dislike.
…OST_MULTIARCH@@ Copied from https://salsa.debian.org/science-team/euslisp/-/blob/master/debian/patches/load-lib-from-eusdir-arch-lib.patch Debian installs plugin libraries to /usr/lib/@@DEB_HOST_MULTIARCH@@, so enable to load libesugeo/libeusx/libeusgl from either EUSDIR/ARCHDIR/lib or /usr/lib/@@DEB_HOST_MULTIARCH@@ we introduced lisp::*deb-host-multiarch* to set DEB_HOST_MULTIARCH based on archtecture.
a16135e to
6f7a35d
Compare
…g=+all to rule and pass that variable to CFLAGS/SOFLAGS/LDFLAGS, use gcc for LD.
6f7a35d to
d9471e5
Compare
k-okada
added a commit
that referenced
this pull request
Sep 25, 2025
- apply patches in dfsg https://salsa.debian.org/science-team/euslisp/-/tree/debian/9.31+dfsg-1/debian/patches?ref_type=tags - On arm32, localtime_r in LOCALTIME in unixcall.c returns NULL in some situation (#524) - Fix for blhf Fix for blhc tests, we need to use default CFLAGS (#523) - defforeign on ppc64el is not work for float/double, skpping test for now (#525) - update VERSION=9.31 (#517) - remove link to libeus from executables, this also remove EUSLIB, which provides RPATH settings that Debian dislike. (#522) - use same code for every build (only common.l) (#522) - Fix hardening-no-bindnow by adding DEB_BUILD_MAINT_OPTIONS = hardening=+all to rule and pass that variable to CFLAGS/SOFLAGS/LDFLAGS, use gcc for LD. (#522) - use termios.h, termio.h is dropped for glibc >= 2.42, fix lisp/tool/eustags.c for gcc^15 (#533) - Fixed find symbol function by using 's' instead of 'sym' variable and added hash table size (#532) - Support apple silicon arm architecture. Updates C code to handle 64-bit pointers correctly, especially for printing memory addresses. (#529) - make sure to run MKDIR before compile GCCLS (#527) - update code for gcc-15 (#521)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://salsa.debian.org/science-team/euslisp/-/blob/ecbccaa0561af97e1b657d2b807f743b0ae18c02/debian/patches/fix-for-hardening.patch Fix hardening-no-bindnow by adding DEB_BUILD_MAINT_OPTIONS = hardening=+all
to rule and pass that variable to CFLAGS/SOFLAGS/LDFLAGS, use gcc for LD.