mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-24 16:41:51 +01:00
bumped xplico to 0.5.4
This commit is contained in:
parent
b7a690c6a4
commit
1d95055e85
2 changed files with 4 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST xplico-0.5.3.tgz 1153513 RMD160 d92787d710d01115f1bcb6c8eff289d2516b96c9 SHA1 5453bdee5d0ba731474248022ded74c1b095e6a8 SHA256 ad5b353bc93af6e5928e3d9859b0bc76fa27be3f6faeaff5e9c2884af8aaa99a
|
||||
EBUILD xplico-0.5.3.ebuild 892 RMD160 48a7e513bd4c5092b8131f9ba557d596706e189b SHA1 477b07fb03d0c3dd21aabe3872a3981b4abd4530 SHA256 0740f51b4a8f7c2a16032fa31289b795b1a5907354621136c88ee6b594b6ed2c
|
||||
DIST xplico-0.5.4.tgz 2090804 RMD160 38ab54523009ab762055e8fca73c22495d3ed554 SHA1 283658756671bf5c0eb0a4932d03c94676a91ab5 SHA256 73f9b69afe3b7c5c3c1b6f076a540b4124cf95293f3938097d054a9ee9edfbcd
|
||||
EBUILD xplico-0.5.4.ebuild 1011 RMD160 92a62cf84ebb6c1f707dbe337495dd343abb6f5e SHA1 2104e2ff9e80dcf1a665f0edd764fb97cc74350f SHA256 89d19fe2a8aa03188980e767acf3118e50b9b453cb88b8dd6c06854d219d9af2
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@ src_prepare() {
|
|||
if use geoip; then
|
||||
sed -i -e "s|GEOIP_LIB =.*|GEOIP_LIB = /usr/$(get_libdir)/libGeoIP.a|g" Makefile
|
||||
sed -i "s|GeoLiteCity.dat|/usr/share/GeoIP/GeoIP.dat|" common/geoiploc.c
|
||||
sed -i "s|-lpthread|-lpthread -lGeoIP|g" manipulators/www/Makefile\
|
||||
manipulators/mfbc/Makefile || die 'sed failed'
|
||||
fi
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue