mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Merge pull request #350 from vorlock/fix_aws_enhanced_networking
Disabling PIE during ixgbevf compilation for AWS +
This commit is contained in:
commit
5250f82332
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class InstallEnhancedNetworking(Task):
|
|||
with open(os.path.join(module_path, 'dkms.conf'), 'w') as dkms_conf:
|
||||
dkms_conf.write("""PACKAGE_NAME="ixgbevf"
|
||||
PACKAGE_VERSION="%s"
|
||||
CLEAN="cd src/; make clean"
|
||||
CLEAN="cd src/; sed -i '1s/^/EXTRA_CFLAGS := -fno-pie/' Makefile && make clean"
|
||||
MAKE="cd src/; make BUILD_KERNEL=${kernelver}"
|
||||
BUILT_MODULE_LOCATION[0]="src/"
|
||||
BUILT_MODULE_NAME[0]="ixgbevf"
|
||||
|
|
Loading…
Add table
Reference in a new issue