[arch-commits] Commit in rox/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Mon Mar 19 00:47:19 UTC 2012
Date: Sunday, March 18, 2012 @ 20:47:18
Author: eric
Revision: 153731
Fix library linking (close FS#28998)
Modified:
rox/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-03-19 00:31:17 UTC (rev 153730)
+++ PKGBUILD 2012-03-19 00:47:18 UTC (rev 153731)
@@ -20,7 +20,7 @@
build() {
cd "${srcdir}/rox-filer-${pkgver}"
- ./ROX-Filer/AppRun --compile
+ ./ROX-Filer/AppRun --compile LIBS="-ldl -lm"
# finally we render a png as fallback for svg unaware menu applications
# Attention: always make sure you check the dimensions of the source-svg,
# you can read the dimensions via inkscape's export function
More information about the arch-commits
mailing list