aboutgitcodebugslistschat
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2021-10-16 06:15:05 +0200
committerStefano Brivio <sbrivio@redhat.com>2021-10-16 16:53:40 +0200
commit2c7d1ce088ba9b588652f58616eb2a8d7748ca88 (patch)
treeebc970cb55445f6e1e8b0ee50a928d0bea787f7f /Makefile
parent1fd0c9b0e1f27098f9bf86e86285335e640317a5 (diff)
downloadpasst-2c7d1ce088ba9b588652f58616eb2a8d7748ca88.tar
passt-2c7d1ce088ba9b588652f58616eb2a8d7748ca88.tar.gz
passt-2c7d1ce088ba9b588652f58616eb2a8d7748ca88.tar.bz2
passt-2c7d1ce088ba9b588652f58616eb2a8d7748ca88.tar.lz
passt-2c7d1ce088ba9b588652f58616eb2a8d7748ca88.tar.xz
passt-2c7d1ce088ba9b588652f58616eb2a8d7748ca88.tar.zst
passt-2c7d1ce088ba9b588652f58616eb2a8d7748ca88.zip
passt: Static builds: don't redefine __vsyslog(), skip getpwnam() and initgroups()
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26b6840..0697b53 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ all: passt pasta passt4netns qrap
avx2: CFLAGS += -Ofast -mavx2 -ftree-vectorize -funroll-loops
avx2: clean all
-static: CFLAGS += -static
+static: CFLAGS += -static -DGLIBC_NO_STATIC_NSS
static: clean all
seccomp.h: *.c $(filter-out seccomp.h,$(wildcard *.h))