X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fsslh;h=f4201c33526cd8d87e1457e50814225887b27e21;hb=da6424d983c51391774541c2717278421a1cc659;hp=e6f2cebce204d9a4311c43fc741a15e38a1b28ca;hpb=0cc5df4e29dc872bdcb475875077f4339dc0d435;p=ipfire-2.x.git diff --git a/lfs/sslh b/lfs/sslh index e6f2cebce2..f4201c3352 100644 --- a/lfs/sslh +++ b/lfs/sslh @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = sslh -PAK_VER = 3 +PAK_VER = 4 DEPS = "" @@ -77,7 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && make install - cp $(DIR_APP)/sslh /usr/local/bin + cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" $(MAKETUNING) + cd $(DIR_APP) && install -v -m 755 sslh /usr/sbin @rm -rf $(DIR_APP) @$(POSTBUILD)