Didn't notice if this had been committed yet, but...

On 8/2/10 10:45 PM, Ithamar R. Adema wrote:
This fixes the build of this package and makes it work again.

Signed-off-by: Ithamar R. Adema<[email protected]>
---
  net/dsl-qos-queue/Makefile |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/dsl-qos-queue/Makefile b/net/dsl-qos-queue/Makefile
index 99a2d3e..e3d0739 100644
--- a/net/dsl-qos-queue/Makefile
+++ b/net/dsl-qos-queue/Makefile
@@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
  define Package/dsl-qos-queue
    SECTION:=net
    CATEGORY:=Network
-  DEPENDS:=+iptables +kmod-ipt-queue +iptables-mod-ipopt @!LINUX_2_6_25 
@!LINUX_2_6_26 @!LINUX_2_6_27 @!LINUX_2_6_28
+  DEPENDS:=+iptables +kmod-ipt-queue +iptables-mod-ipopt +libipq 
@!LINUX_2_6_25 @!LINUX_2_6_26 @!LINUX_2_6_27 @!LINUX_2_6_28
    TITLE:=ADSL/ATM Bandwith management
    URL:=http://www.sonicspike.net/software/
  endef
@@ -34,7 +34,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 \
+               LIBIPQ=$(STAGING_DIR)/usr/lib/libipq.so \

Given that TARGET_LDFLAGS already contains $(STAGING_DIR)/usr/lib ...  why not 
just use:

LIBIPQ=-lipq

and be done with it?  What stops this from working?


                all \
        )
  endef

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to