X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fpammysql;h=2a2a38048f1d1f385304a3d2cdd1170e3e42c105;hp=86437c1398863c0b4758941898ebf1b032a92146;hb=f1baee3ed43cd2c7d74893bc00ea876e3ff894da;hpb=976efe971fdced0a222ceb6664edac5da6aa39a0 diff --git a/lfs/pammysql b/lfs/pammysql index 86437c1398..2a2a38048f 100644 --- a/lfs/pammysql +++ b/lfs/pammysql @@ -30,7 +30,7 @@ VER = 0.7RC1 THISAPP = pam_mysql-0.7RC1 DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_SFNET)/pam-mysql +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -72,8 +72,8 @@ $(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 --with-pam=/usr --with-pam-mods-dir=/lib/security --with-mysql=/opt/lampp --with-openssl=/usr # --with-cyrus-sasl2=/usr - #cd $(DIR_APP) && make + cd $(DIR_APP) && ./configure --with-pam=/usr --with-pam-mods-dir=/lib/security --with-mysql=/usr --with-openssl=/usr # --with-cyrus-sasl2=/usr + cd $(DIR_APP) && make cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)