mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 06:19:19 +02:00
* patch for comments in ld.so.conf
This commit is contained in:
parent
20ffcd4e39
commit
a2f4c7b5bc
@ -355,7 +355,7 @@ ifndef GCCLIBDIR
|
|||||||
GCCLIBDIR:=$(shell dirname `(gcc -v 2>&1)| head -n 1| awk '{ print $$4 } '`)
|
GCCLIBDIR:=$(shell dirname `(gcc -v 2>&1)| head -n 1| awk '{ print $$4 } '`)
|
||||||
endif
|
endif
|
||||||
ifndef OTHERLIBDIR
|
ifndef OTHERLIBDIR
|
||||||
OTHERLIBDIR:=$(shell cat /etc/ld.so.conf | awk '{ ORS=" "; print $1 }')
|
OTHERLIBDIR:=$(shell grep -v "^\#" /etc/ld.so.conf | awk '{ ORS=" "; print $1 }')
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -1019,7 +1019,10 @@ endif
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.25 1999-05-12 16:17:07 peter
|
# Revision 1.26 1999-05-14 22:46:21 peter
|
||||||
|
# * patch for comments in ld.so.conf
|
||||||
|
#
|
||||||
|
# Revision 1.25 1999/05/12 16:17:07 peter
|
||||||
# + utils_X targets
|
# + utils_X targets
|
||||||
# * missing export of prefixinstalldir
|
# * missing export of prefixinstalldir
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user