Browse Source
Merge pull request #9845 from ja-pa/fix-aslr-pie
Disable ASLR PIE in selected packages
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
net/usbip/Makefile
|
|
@ -32,6 +32,7 @@ Hooks/Prepare/Pre += prepare_source_directory |
|
|
|
|
|
|
|
PKG_FIXUP:=autoreconf |
|
|
|
PKG_INSTALL:=1 |
|
|
|
PKG_ASLR_PIE:=0 |
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
|
include $(INCLUDE_DIR)/nls.mk |
|
|
|