PROFILE is overloaded by postgresql versus how target's define it.
Fixes: https://dev.openwrt.org/ticket/9863
Signed-off-by: Philip Prindeville <[email protected]>
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
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel