diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-23 21:11:48 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-23 21:11:48 +0000 |
commit | 4e35b953f6cda03f3c5cdbce20f1fcbf1001a419 (patch) | |
tree | 3af9dd89483bd9a117443be8ac537e39de65e6e0 /openwrt/package/syslog-ng/Makefile | |
parent | 8ae7e6b6e1f2cfc401d742d050619507bbc0102f (diff) |
Add libol, missing dependency for syslog-ng
Fix syslog-ng compilation (libol dependency, flex calls)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3470 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 b97cca360a..081d12024a 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): |