]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Replace ":=" with "=" as Pakfire doesn't support this any more
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Dec 2022 17:21:04 +0000 (17:21 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Dec 2022 17:21:04 +0000 (17:21 +0000)
Fixes: #13001
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
compat-db/compat-db.nm
rp-pppoe/rp-pppoe.nm

index 0ea88e495e71fde5d467dce2734a7d34b698ef98..37d319d8e0fc54b30deb213d39c21216bdbd9476 100644 (file)
@@ -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
index 2a0da7f3bca5cab54b4a1bba276d543eee30fee9..354c9c09aa1b0e13e1f02eb360943e2a8ddbb223 100644 (file)
@@ -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 }')