Fix location to the libtldl libtool archive

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12942 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-10-10 14:13:49 +00:00
parent dd9754ce85
commit df5457d959

View 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