From: florian Date: Fri, 10 Oct 2008 14:13:49 +0000 (+0000) Subject: Fix location to the libtldl libtool archive X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=df5457d95935f434ccac716db1e474b341da8dca;p=packages.git Fix location to the libtldl libtool archive git-svn-id: svn://svn.openwrt.org/openwrt/packages@12942 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 7051d6be6..b0f9b0e39 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -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