Skip to content

Commit

Permalink
Explicitly install these into /usr in order to avoid messing with
Browse files Browse the repository at this point in the history
ld.so.conf on a.out and LD_LIBRARY_PATH on ELF.
  • Loading branch information
tv committed Apr 27, 1999
1 parent 0048783 commit 9b62dd6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion emulators/compat12/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 1999/04/15 16:35:13 tv Exp $
# $NetBSD: Makefile,v 1.12 1999/04/27 11:53:39 tv Exp $
#

DISTNAME= compat12-${MACHINE_ARCH}
Expand All @@ -14,6 +14,12 @@ ONLY_FOR_OPSYS= NetBSD

NO_BUILD= yes

.include "../../mk/bsd.prefs.mk"

# This installs in /usr to avoid dynamic linker annoyances
LOCALBASE= /usr
NO_MTREE= yes

do-install:
${INSTALL_DATA} ${WRKDIR}/lib*.so* ${PREFIX}/lib/

Expand Down
8 changes: 7 additions & 1 deletion emulators/compat13/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 1999/04/15 16:36:14 tv Exp $
# $NetBSD: Makefile,v 1.2 1999/04/27 11:53:39 tv Exp $
#

DISTNAME= compat13-${MACHINE_ARCH}
Expand All @@ -20,6 +20,12 @@ IGNORE= "NetBSD version not new enough: ${OPSYS_VER}"

NO_BUILD= yes

.include "../../mk/bsd.prefs.mk"

# This installs in /usr to avoid dynamic linker annoyances
LOCALBASE= /usr
NO_MTREE= yes

do-install:
${INSTALL_DATA} ${WRKDIR}/lib*.so* ${PREFIX}/lib/
.if (${MACHINE_ARCH} == "mipsel")
Expand Down

0 comments on commit 9b62dd6

Please sign in to comment.