Browse Source

Use TARGET_CONFIGURE_OPTS in openssh

Ulf Samuelsson 18 years ago
parent
commit
bcbc0c1a06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/openssh/openssh.mk

+ 1 - 1
package/openssh/openssh.mk

@@ -46,7 +46,7 @@ $(OPENSSH_DIR)/.configured: $(OPENSSH_DIR)/.unpacked
 	touch $@
 
 $(OPENSSH_DIR)/ssh: $(OPENSSH_DIR)/.configured
-	$(MAKE) CC=$(TARGET_CC) -C $(OPENSSH_DIR)
+	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(OPENSSH_DIR)
 	-$(STRIP) --strip-unneeded $(OPENSSH_DIR)/scp
 	-$(STRIP) --strip-unneeded $(OPENSSH_DIR)/sftp
 	-$(STRIP) --strip-unneeded $(OPENSSH_DIR)/sftp-server