Fix location to the libtldl libtool archive
authorFlorian Fainelli <florian@openwrt.org>
Fri, 10 Oct 2008 14:13:49 +0000 (14:13 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 10 Oct 2008 14:13:49 +0000 (14:13 +0000)
SVN-Revision: 12942

sound/pulseaudio/Makefile

index 7051d6be6e944124a8ae9d307460d9420de6358a..b0f9b0e3902f503bf01caeca357d5ff3aa709a9c 100644 (file)
@@ -53,6 +53,7 @@ define Build/Compile
                CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
                LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib $(SUPP_LIBS)" \
                DESTDIR="$(PKG_INSTALL_DIR)" \
+               LIBLTDL="$(STAGING_DIR)/usr/lib/libltdl.la" \
                X_CFLAGS="" \
                all install
 endef