X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/6b8262375862ae006961dda459675620d510a3b8..4ce864fa34f91c2bc6001aec20f7fecf04c764a4:/package/libgpg-error/Makefile diff --git a/package/libgpg-error/Makefile b/package/libgpg-error/Makefile index cc61fd6b2..6b34bb5e6 100644 --- a/package/libgpg-error/Makefile +++ b/package/libgpg-error/Makefile @@ -26,7 +26,7 @@ $(PKG_BUILD_DIR)/.configured: $(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" \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ @@ -87,9 +87,8 @@ uninstall-dev: $(STAGING_DIR)/usr/lib/libgpg-error.{a,so*} \ $(STAGING_DIR)/usr/share/aclocal/gpg-error.m4 \ -compile: install-dev - -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev mostlyclean: make -C $(PKG_BUILD_DIR) clean