mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
aggregate: respect CFLAGS, LDFLAGS
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -25,8 +25,9 @@
|
||||
INSTALL = @INSTALL@
|
||||
DEFS = @DEFS@
|
||||
LIBS = @LIBS@
|
||||
-CFLAGS = -O
|
||||
-LDFLAGS = -s
|
||||
+CFLAGS = @CFLAGS@
|
||||
+CPPFLAGS = @CPPFLAGS@
|
||||
+LDFLAGS = @LDFLAGS@
|
||||
prefix = @prefix@
|
||||
|
||||
SHELL = /bin/sh
|
||||
Reference in New Issue
Block a user