Skip to content

Commit ab8773c

Browse files
authored
Merge pull request #977 from NetSys/no_fPIC_DPDK
Do not build dpdk with fPIC options
2 parents ea848dd + cd591a4 commit ab8773c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def cmd(cmd, quiet=False, shell=False):
9595
kernel_release = cmd('uname -r', quiet=True).strip()
9696

9797
DPDK_DIR = '%s/%s' % (DEPS_DIR, DPDK_VER)
98-
DPDK_CFLAGS = '"-g -w -fPIC"'
98+
DPDK_CFLAGS = '"-g -w"'
9999
DPDK_CONFIG = '%s/build/.config' % DPDK_DIR
100100

101101
extra_libs = set()

0 commit comments

Comments
 (0)