]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - dhcp/patches/dhcp-4.2.5b1-atf-pkgconfig.patch
dhcp: Update to 4.2.5.
[people/ms/ipfire-3.x.git] / dhcp / patches / dhcp-4.2.5b1-atf-pkgconfig.patch
CommitLineData
177b938a
MT
1diff -up dhcp-4.2.5b1/configure.ac.pkgconfig dhcp-4.2.5b1/configure.ac
2--- dhcp-4.2.5b1/configure.ac.pkgconfig 2012-12-05 02:18:44.000000000 +0100
3+++ dhcp-4.2.5b1/configure.ac 2012-12-17 15:45:33.769128387 +0100
4@@ -194,6 +194,9 @@ if test "$atf_path" != "no" ; then
5 if test -f $atf_path/lib/pkgconfig/atf-c.pc ; then
6 atf_pcp=$atf_path/lib/pkgconfig
7 fi
8+ if test -f $atf_path/lib64/pkgconfig/atf-c.pc ; then
9+ atf_pcp=$atf_path/lib64/pkgconfig
10+ fi
11 else
12 # Not specified, try some common paths
13 atf_dirs="/usr /usr/local /usr/pkg /opt /opt/local"
14@@ -202,6 +205,9 @@ if test "$atf_path" != "no" ; then
15 if test -f $d/lib/pkgconfig/atf-c.pc ; then
16 atf_pcp=$d/lib/pkgconfig
17 fi
18+ if test -f $d/lib64/pkgconfig/atf-c.pc ; then
19+ atf_pcp=$d/lib64/pkgconfig
20+ fi
21 done
22 fi
23 if test "$atf_pcp" = "" ; then