PROFILE is overloaded by postgresql versus how target's define it.

Fixes: https://dev.openwrt.org/ticket/9863

Signed-off-by: Philip Prindeville <phil...@redfish-solutions.com>
Index: feeds/packages/libs/postgresql/Makefile
===================================================================
--- feeds/packages/libs/postgresql/Makefile     (revision 27833)
+++ feeds/packages/libs/postgresql/Makefile     (working copy)
@@ -156,6 +156,9 @@
 
 TARGET_CFLAGS += $(FPIC)
 
+# because PROFILE means something else in the project Makefile
+unexport PROFILE
+
 define Build/Compile
        $(MAKE) $(PKG_JOBS) -C "$(PKG_BUILD_DIR)" \
                DESTDIR="$(PKG_INSTALL_DIR)" \
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to