pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust185: remove unnecessary patchelf section for NetBSD
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Fri Apr 4 09:50:02 2025 +0200
Changeset: a76de2871804a7bee9f13f68fb95c6b485365291
Modified Files:
rust185/Makefile
Log Message:
rust185: remove unnecessary patchelf section for NetBSD
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a76de2871804a7bee9f13f68fb95c6b485365291
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust185/Makefile | 10 ----------
1 file changed, 10 deletions(-)
diffs:
diff --git a/rust185/Makefile b/rust185/Makefile
index c52c99bdf5..bca7a23512 100644
--- a/rust185/Makefile
+++ b/rust185/Makefile
@@ -599,16 +599,6 @@ do-install:
cd ${WRKSRC} && \
${SETENV} ${MAKE_ENV} ${INSTALL_ENV} \
${TOOL_PYTHONBIN} ./x.py install -j ${_MAKE_JOBS_N}
-.if ${OPSYS} == "NetBSD"
- for bin in ${PATCH_BINARIES}; do \
- f=${DESTDIR}${PREFIX}/$${bin}; \
- if [ -f $$f ]; then \
-cmd="${PREFIX}/bin/patchelf ${FORCE_RPATH} --set-rpath ${PREFIX}/lib $$f"; \
- echo $$cmd; \
- $$cmd; \
- fi; \
- done
-.endif
.if ${OPSYS} == "Darwin"
cd ${DESTDIR}${PREFIX}/lib && \
for lib in rustlib/*/lib/libstd-*.${SOEXT}; do \
Home |
Main Index |
Thread Index |
Old Index