diff options
author | Richard Lowe <richlowe@richlowe.net> | 2014-04-16 20:03:15 +0100 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2017-10-02 15:55:19 -0400 |
commit | 3e76f9d6851ef6c63217178eb67278ec2809b944 (patch) | |
tree | 8c8e1172a6bdbce8420f12d2af84d19f658bbae1 /usr/src/lib/libnsl | |
parent | 2aca6c63d5cd09b4015887c19fcacf9df90967b0 (diff) | |
download | illumos-joyent-3e76f9d6851ef6c63217178eb67278ec2809b944.tar.gz |
8609 want a position independent CRT
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Reviewed by: Albert Lee <trisk@forkgnu.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/libnsl')
-rw-r--r-- | usr/src/lib/libnsl/Makefile.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libnsl/Makefile.com b/usr/src/lib/libnsl/Makefile.com index 4885156c2b..792e1cd24f 100644 --- a/usr/src/lib/libnsl/Makefile.com +++ b/usr/src/lib/libnsl/Makefile.com @@ -188,7 +188,7 @@ NOEXCEPTIONS= -noex CCFLAGS += $(NOEXCEPTIONS) CCFLAGS64 += $(NOEXCEPTIONS) -CPPFLAGS += -I$(SRC)/lib/common/inc -I$(SRC)/lib/libnsl/include -D_REENTRANT +CPPFLAGS += -I$(SRC)/lib/libnsl/include -D_REENTRANT CPPFLAGS += -I$(SRC)/lib/libnsl/dial CFLAGS += $(CCVERBOSE) |