CVSROOT:        /cvs
Module name:    ports
Changes by:     j...@cvs.openbsd.org    2025/03/03 11:54:52

Modified files:
        databases/sqlite3: Makefile 

Log message:
Fix sqlite3 build on base-gcc archs

While base-clang passes -rpath verbatim to ld, base-gcc strips it in
"-rpath /usr/local/lib". But poor old ld.bfd can't eat directories. Fix
the build on eg sparc64 by using the same idiom everywhere.  No change
on amd64

ok volker@

A better fix would be to dig into the tcl script and understand why it
detects that -rpath /dir works.  A simple reordering of tested options
ought to be enough.

Reply via email to