dsl-qos-queue: fix compile errors

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16181 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2009-05-29 12:01:14 +00:00
parent 179e894702
commit f974fdab0b
3 changed files with 26 additions and 7 deletions

View File

@ -33,6 +33,7 @@ define Build/Compile
$(call Build/Compile/Default, \
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/libipq $(TARGET_CPPFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)" \
LIBIPQ=$(STAGING_DIR)/usr/lib/libipq.a \
all \
)
endef