|
@@ -135,7 +135,9 @@ endef
|
|
# something when installing...
|
|
# something when installing...
|
|
define EXIM_INSTALL_TARGET_CMDS
|
|
define EXIM_INSTALL_TARGET_CMDS
|
|
DESTDIR=$(TARGET_DIR) INSTALL_ARG="-no_chown -no_symlink" build=br \
|
|
DESTDIR=$(TARGET_DIR) INSTALL_ARG="-no_chown -no_symlink" build=br \
|
|
- $(MAKE1) -C $(@D) $(EXIM_STATIC_FLAGS) install
|
|
|
|
|
|
+ $(MAKE1) -C $(@D) $(EXIM_STATIC_FLAGS) \
|
|
|
|
+ CFLAGS="-std=c99 $(TARGET_CFLAGS)" \
|
|
|
|
+ install
|
|
chmod u+s $(TARGET_DIR)/usr/sbin/exim
|
|
chmod u+s $(TARGET_DIR)/usr/sbin/exim
|
|
endef
|
|
endef
|
|
|
|
|