diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2021-10-16 06:15:05 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2021-10-16 16:53:40 +0200 |
commit | 2c7d1ce088ba9b588652f58616eb2a8d7748ca88 (patch) | |
tree | ebc970cb55445f6e1e8b0ee50a928d0bea787f7f /Makefile | |
parent | 1fd0c9b0e1f27098f9bf86e86285335e640317a5 (diff) | |
download | passt-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |