Added a hack to fix zziplib build for building with gcc4, may need to conditionally skip this fix on gcc2.

This commit is contained in:
Scott McCreary
2012-08-13 20:41:05 +00:00
parent dcfea080e8
commit 60b5e43d30

View File

@@ -6,6 +6,7 @@ STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd zziplib-0.13.59
sed -i 's/\--export-dynamic/\-export-dynamic/' configure.ac
libtoolize --force --copy --install
autoreconf -i
./configure --prefix=`finddir B_COMMON_DIRECTORY`