X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fopenldap%2FMakefile;h=20179b27194a0a3dc639c64043662f0ba527cc61;hb=7c673c3d2664cc0d6e240c81c1ad6f3bb17f7a10;hp=35a15b37e29c980f6cd7e081f23a938ff357638a;hpb=99fd838de1a835dbd6bbfe8b6cb3f81e4a958f98;p=openwrt-10.03%2F.git diff --git a/package/openldap/Makefile b/package/openldap/Makefile index 35a15b37e..20179b271 100644 --- a/package/openldap/Makefile +++ b/package/openldap/Makefile @@ -78,7 +78,7 @@ $(PKG_BUILD_DIR)/.built: $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ - LDFLAGS="-L$(STAGING_DIR)/usr/lib" \ + LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \ ac_cv_func_memcmp_clean="yes" \ ./configure \ --target=$(GNU_TARGET_NAME) \ @@ -128,7 +128,7 @@ $(STAGING_DIR)/usr/lib/libldap.so: $(PKG_BUILD_DIR)/.built cp -fpR $(PKG_INSTALL_DIR)/usr/include/{lber,ldap}*.h $(STAGING_DIR)/usr/include/ mkdir -p $(STAGING_DIR)/usr/lib/ cp -fpR $(PKG_INSTALL_DIR)/usr/lib/lib{lber,ldap}*.{a,so*} $(STAGING_DIR)/usr/lib/ - touch $(STAGING_DIR)/usr/lib/libldap.so + touch $@ install-dev: $(STAGING_DIR)/usr/lib/libldap.so