commit 95faa1a0bae5c220d37e503fdc0c7d8f73aba528 parent 2e09d066982a021ac4060bc5c3ad11ee49b0ec2c Author: Alexander Ryzhov <github@ryzhov-al.ru> Date: Wed, 29 Apr 2015 08:42:02 +0000 haproxy: fix halog linkage Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru> Diffstat:
| M | net/haproxy/Makefile | | | 10 | +++------- |
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haproxy PKG_VERSION:=1.5.11 -PKG_RELEASE:=09 +PKG_RELEASE:=10 PKG_SOURCE:=haproxy-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://haproxy.1wt.eu/download/1.5/src/ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) @@ -96,12 +96,8 @@ define Build/Compile install $(MAKE) -C $(PKG_BUILD_DIR)/contrib/halog \ - DESTDIR="$(PKG_INSTALL_DIR)" \ - CC="$(TARGET_CC)" \ - CFLAGS="$(TARGET_CFLAGS) -fno-align-jumps -fno-align-functions -fno-align-labels -fno-align-loops -pipe -fomit-frame-pointer -fhonour-copts" \ - LD="$(TARGET_CC)" \ - LDFLAGS="$(TARGET_LDFLAGS)" \ - VERSION="$(PKG_VERSION)-patch$(PKG_RELEASE)" \ + CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" \ + OPTIMIZE="" \ halog endef