]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/capi4k-utils
Pakfire Update.
[ipfire-2.x.git] / lfs / capi4k-utils
index 6519bab6588e012e975e71a2e9f205a8223654c7..3e0808cf1961dbbfc35fc6ffe6e6527846548e54 100644 (file)
@@ -28,6 +28,8 @@ include Config
 
 VER        = 2005-07-18
 
+PPPVER = 2.4.4
+
 THISAPP    = capi4k-utils-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
@@ -81,8 +83,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP)/capi20 && SED=sed ./configure
        cd $(DIR_APP)/capi20 && SED=sed make $(MAKETUNING)
        cd $(DIR_APP)/capi20 && make install
-       PPPVER=2.4.4 && \
-                cd $(DIR_APP)/pppdcapiplugin && PPPVERSIONS="$$PPPVER" make && PPPVERSIONS="$$PPPVER" make install
+       cd $(DIR_APP)/pppdcapiplugin && ln -sf ppp-2.4.3 ppp-$(PPPVER)
+       cd $(DIR_APP)/pppdcapiplugin && PPPVERSIONS="$(PPPVER)" make && PPPVERSIONS="$(PPPVER)" make install
        cd $(DIR_APP)/capiinfo && ./configure
        cd $(DIR_APP)/capiinfo && make $(MAKETUNING)
        cd $(DIR_APP)/capiinfo && make install