aggregate: respect CFLAGS, LDFLAGS

Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
This commit is contained in:
Alexander Ryzhov 2019-01-23 10:06:32 +03:00
parent 49e441c259
commit 7454478df3
No known key found for this signature in database
GPG key ID: 668EC7CA19147A4E
2 changed files with 15 additions and 1 deletions

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=aggregate
PKG_VERSION:=1.6
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://ftp.isc.org/isc/aggregate/

View file

@ -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