summaryrefslogtreecommitdiff
path: root/mk/platform/Linux.mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-10-06 14:28:46 +0000
committerjoerg <joerg@pkgsrc.org>2006-10-06 14:28:46 +0000
commit672d9ead13ed9816e7f8095da3817bd9027b695c (patch)
tree6ababe95e65a5e378a12d6c45d04ea0118fb311b /mk/platform/Linux.mk
parent286fb595b6c40bd8b8408e2a85ca32b7b7e10066 (diff)
downloadpkgsrc-672d9ead13ed9816e7f8095da3817bd9027b695c.tar.gz
Always use LOCALBASE setting from mk/defaults/mk.conf.
Setting it with ?= in the platform files is a nop anyway.
Diffstat (limited to 'mk/platform/Linux.mk')
-rw-r--r--mk/platform/Linux.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/platform/Linux.mk b/mk/platform/Linux.mk
index d1ecef373c2..e6977cd3d22 100644
--- a/mk/platform/Linux.mk
+++ b/mk/platform/Linux.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Linux.mk,v 1.25 2006/07/20 20:02:23 jlam Exp $
+# $NetBSD: Linux.mk,v 1.26 2006/10/06 14:28:46 joerg Exp $
#
# Variable definitions for the Linux operating system.
@@ -72,8 +72,6 @@ _OPSYS_NO_WHOLE_ARCHIVE_FLAG= -Wl,--no-whole-archive
_STRIPFLAG_CC?= ${_INSTALL_UNSTRIPPED:D:U-s} # cc(1) option to strip
_STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U-s} # install(1) option to strip
-LOCALBASE?= ${DESTDIR}/usr/pkg
-
# check for maximum command line length and set it in configure's environment,
# to avoid a test required by the libtool script that takes forever.
# FIXME: Adjust to work on this system and enable the lines below.