From 633aa9a7a4f4966a4d2cb7eda7e1e384ee18b46e Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 10 Oct 2008 14:13:49 +0000 Subject: [PATCH] Fix location to the libtldl libtool archive SVN-Revision: 12942 --- sound/pulseaudio/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 7051d6be6e..b0f9b0e390 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 -- 2.30.2