]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
setools: Make package work on x86_64.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 17 Mar 2012 11:18:49 +0000 (12:18 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 24 Mar 2012 10:02:06 +0000 (11:02 +0100)
Add bzip2-devel as build dependency.

setools/setools.nm

index 4fa86020e78cf1b3f986d47201cff728539cc849..393f5c045741d2083b37929ada74d92c7e071710 100644 (file)
@@ -25,6 +25,7 @@ build
                autoconf
                automake
                bison
+               bzip2-devel
                flex
                gcc-c++
                libselinux-devel
@@ -37,7 +38,7 @@ build
        end
 
        configure_options += \
-               --libdir=/usr/lib \
+               --libdir=%{libdir} \
                --disable-static \
                --disable-gui \
                --disable-bwidget-check \
@@ -77,7 +78,7 @@ packages
                end
 
                files
-                       /usr/lib/python*
+                       %{libdir}/python*
                end
        end