diff options
author | Kali Kaneko <kali@leap.se> | 2018-02-14 02:38:47 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-02-15 16:36:58 +0100 |
commit | 5abd127f3780ca2078962ace489bd4c32b5d545d (patch) | |
tree | 4e3f81c695fe848906c89b4fd34c20a4e9c39e02 /pkg/launcher/Makefile | |
parent | 76878da40906af750aed62d63bd1e928bfa45163 (diff) |
[pkg] packaging fixes for anonvpn bundle
Diffstat (limited to 'pkg/launcher/Makefile')
-rw-r--r-- | pkg/launcher/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/launcher/Makefile b/pkg/launcher/Makefile index 8dd1013d..8948e6b4 100644 --- a/pkg/launcher/Makefile +++ b/pkg/launcher/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -g -Wall +CFLAGS = -g -Wall -fPIE STRIP = strip default: bitmask |