]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/openvpn
HinzugefĆ¼gt:
[ipfire-2.x.git] / lfs / openvpn
index 7a04ed5206ed02e01746d31ed71632faac08cc40..c93fce2a5dd0b25e590907eecf9def798801c971 100644 (file)
@@ -81,7 +81,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) && ./configure --enable-pthread
+       cd $(DIR_APP) && ./configure --enable-pthread --sysconfdir=/var/ipfire/ovpn
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)