diff options
Diffstat (limited to 'libnsl')
-rw-r--r-- | libnsl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnsl/Makefile.in b/libnsl/Makefile.in index 765868e54..f3221f481 100644 --- a/libnsl/Makefile.in +++ b/libnsl/Makefile.in @@ -5,7 +5,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CFLAGS-libnsl := -DNOT_IN_libc $(SSP_ALL_CFLAGS) +CFLAGS-libnsl := -DNOT_IN_libc -DIS_IN_libnsl $(SSP_ALL_CFLAGS) LDFLAGS-libnsl.so := $(LDFLAGS) |