Skip to content

Commit

Permalink
dpdk: compile with -fPIC
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Oct 1, 2019
1 parent dec9c2b commit 6e7e197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpdk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $(DPDK_DIR):

$(DPDK_DIR)/$(DPDK_INSTALL_DIR): $(DPDK_DIR)
$(MAKE) -C $(DPDK_DIR) config T=$(RTE_TARGET)
$(MAKE) -C $(DPDK_DIR) install T=$(RTE_TARGET) DESTDIR=$(DPDK_INSTALL_DIR)
$(MAKE) -C $(DPDK_DIR) install T=$(RTE_TARGET) DESTDIR=$(DPDK_INSTALL_DIR) EXTRA_CFLAGS=-fPIC

clean:
rm -rf $(DPDK_DIR)

0 comments on commit 6e7e197

Please sign in to comment.