commit ec74d8b
hovercats
·
2024-09-20 18:34:19 +0000 UTC
parent 5ffe9a8
gperf: build with -static-pie
2 files changed,
+3,
-1
+2,
-0
1@@ -1,6 +1,8 @@
2 #!/bin/sh -e
3
4 export DESTDIR="$1"
5+export LDFLAGS="$LDFLAGS -static-pie"
6+export CFLAGS="$CFLAGS -fPIE"
7
8 ./configure \
9 --prefix=/usr
+1,
-1
1@@ -1 +1 @@
2-3.1 3
3+3.1 4