[PATCH] #9863: don't export target $PROFILE into postgresql
PROFILE is overloaded by postgresql versus how target's define it. Fixes: https://dev.openwrt.org/ticket/9863 Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/packages@27856 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ba321de6c9
commit
0ae15bc58a
@ -156,6 +156,9 @@ endef
|
||||
|
||||
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)" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user