X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/4e35b953f6cda03f3c5cdbce20f1fcbf1001a419..0ca5252194d3a8fd53b9c4b24602bd9a6cddf6e1:/openwrt/package/libol/Makefile diff --git a/openwrt/package/libol/Makefile b/openwrt/package/libol/Makefile index e614fa2ee..c0431392f 100644 --- a/openwrt/package/libol/Makefile +++ b/openwrt/package/libol/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile 3112 2006-02-01 23:53:19Z mbm $ +# $Id$ include $(TOPDIR)/rules.mk @@ -7,7 +7,7 @@ PKG_VERSION:=0.3.17 PKG_RELEASE:=1 PKG_MD5SUM:=28cc52e84bdb472b7830f9ad120a62a7 -PKG_SOURCE_URL:=http://www.balabit.com/downloads/libol/0.3/ +PKG_SOURCE_URL:=http://www.balabit.com/downloads/libol/0.3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat @@ -52,7 +52,9 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.built: rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) + # pass CFLAGS again to override -O2 set by configure $(MAKE) -C $(PKG_BUILD_DIR) \ + CFLAGS="$(TARGET_CFLAGS)" \ DESTDIR="$(PKG_INSTALL_DIR)" \ all install touch $@