mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libarchive: fix build on 32 bits. (#12423)
This commit is contained in:
@@ -118,10 +118,10 @@ INSTALL()
|
||||
|
||||
# Search paths including the package version in them are not useful here
|
||||
# (and they will get out-of-sync as soon as xz_utils and/or libxml2 get updated).
|
||||
sed -e "s,-L/packages/xz_utils-[^/]*/.self/develop/lib ,," \
|
||||
-i $developDir/lib/pkgconfig/libarchive.pc
|
||||
sed -e "s,-L/packages/libxml2-[^/]*/.self/develop/lib ,," \
|
||||
-i $developDir/lib/pkgconfig/libarchive.pc
|
||||
sed -e "s,-L/packages/xz_utils[^/]*/.self/$relativeDevelopLibDir ,," \
|
||||
-i $developLibDir/pkgconfig/libarchive.pc
|
||||
sed -e "s,-L/packages/libxml2[^/]*/.self/$relativeDevelopLibDir ,," \
|
||||
-i $developLibDir/pkgconfig/libarchive.pc
|
||||
|
||||
packageEntries devel \
|
||||
$developDir \
|
||||
|
||||
Reference in New Issue
Block a user