diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-03-23 21:11:48 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-03-23 21:11:48 +0000 |
commit | e0af88e9f4fb7109d9456adaa3993d6298a70cd0 (patch) | |
tree | 70243e2802d9c82e8c4d659bd5146115de674203 /openwrt/package/syslog-ng/Makefile | |
parent | 7cd744a31937dbdb876f727512018f5d26af6775 (diff) | |
download | mtk-20170518-e0af88e9f4fb7109d9456adaa3993d6298a70cd0.zip mtk-20170518-e0af88e9f4fb7109d9456adaa3993d6298a70cd0.tar.gz mtk-20170518-e0af88e9f4fb7109d9456adaa3993d6298a70cd0.tar.bz2 |
Add libol, missing dependency for syslog-ng Fix syslog-ng compilation (libol dependency, flex calls)
SVN-Revision: 3470
Diffstat (limited to 'openwrt/package/syslog-ng/Makefile')
-rw-r--r-- | openwrt/package/syslog-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/syslog-ng/Makefile b/openwrt/package/syslog-ng/Makefile index b97cca3..081d120 100644 --- a/openwrt/package/syslog-ng/Makefile +++ b/openwrt/package/syslog-ng/Makefile @@ -61,7 +61,7 @@ $(PKG_BUILD_DIR)/.built: CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/usr/include/libol" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/usr/lib/libol" \ CC=$(TARGET_CC) \ - all install + install-exec install-data touch $@ $(IPKG_SYSLOG_NG): |