]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
popt: Fix build
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Feb 2023 12:46:37 +0000 (12:46 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Feb 2023 12:46:51 +0000 (12:46 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
popt/popt.nm

index 070dc7f3790d416b2ddd98dc73ef40052501d8c9..9043a125ca316cb281f27dbbe50bab161ba13a82 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = popt
 version    = 1.19
-release    = 1
+release    = 1.1
 
 groups     = System/Libraries
 url        = https://github.com/rpm-software-management/popt
@@ -22,10 +22,12 @@ source_dl  = https://github.com/rpm-software-management/popt/archive/refs/tags/
 sources    = %{thisapp}-release.tar.gz
 
 build
-       DIR_APP = popt-popt-%{version}-release
+       DIR_APP = %{DIR_SRC}/popt-popt-%{version}-release
 
        requires
+               autoconf
                automake
+               gettext-devel
        end
 
        prepare_cmds