From: Michael Tremer Date: Mon, 12 Dec 2022 17:21:04 +0000 (+0000) Subject: Replace ":=" with "=" as Pakfire doesn't support this any more X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1350134bfa7470bfd83543cfcabf49bf67992ef4;p=ipfire-3.x.git Replace ":=" with "=" as Pakfire doesn't support this any more Fixes: #13001 Signed-off-by: Michael Tremer --- diff --git a/compat-db/compat-db.nm b/compat-db/compat-db.nm index 0ea88e495..37d319d8e 100644 --- a/compat-db/compat-db.nm +++ b/compat-db/compat-db.nm @@ -29,7 +29,7 @@ version_db48 = 4.8.30 version_db52 = 5.2.36 version_db53 = 5.3.28 versions = %{version_db53} %{version_db52} %{version_db48} %{version_db47} %{version_db46} -main_version:= %{version_db53} +main_version = %{version_db53} source_dl = http://download.oracle.com/berkeley-db/ sources = db-%{version_db53}.tar.gz diff --git a/rp-pppoe/rp-pppoe.nm b/rp-pppoe/rp-pppoe.nm index 2a0da7f3b..354c9c09a 100644 --- a/rp-pppoe/rp-pppoe.nm +++ b/rp-pppoe/rp-pppoe.nm @@ -30,7 +30,7 @@ build systemd-units end - DIR_APP := %{DIR_APP}/src + DIR_APP = %{DIR_APP}/src CFLAGS += -D_GNU_SOURCE -fno-strict-aliasing pppd_version = %(pppd --version 2>&1 | awk '{ print $NF }')