mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 06:00:10 +00:00
12 lines
250 B
Diff
12 lines
250 B
Diff
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -9,7 +9,7 @@
|
|
install-suid-root: exec_perms = 4755
|
|
|
|
CC ?= @CC@
|
|
-CFLAGS ?= @CFLAGS@ @LIBNL3_CLI_CFLAGS@
|
|
+CFLAGS = @CFLAGS@ @LIBNL3_CLI_CFLAGS@
|
|
CPPFLAGS ?= @CPPFLAGS@
|
|
LDFLAGS ?= @LDFLAGS@
|
|
DEFS ?= @DEFS@
|