[Lunar-commits] <moonbase-other> vorbis-tools: adding a CFLAGS. scrotted reports this fixes his build issue.
Dennis Veatch
dennisveatch at bellsouth.net
Mon Nov 3 13:38:56 CET 2014
commit e989772a994dc43a1e51de09f75f51f7d6c9cafd
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Mon, 03 Nov 2014 07:37:24 -0500
URL: https://github.com/lunar-linux/moonbase-other/commit/e989772a994dc43a1e51de09f75f51f7d6c9cafd
vorbis-tools: adding a CFLAGS. scrotted reports this fixes his build issue.
It is a DSO/glibc issue but it is odd it compiled fine here when both our
machines are x86_64 and current glibc.
---
audio/vorbis-tools/BUILD | +7/-2
1 file changed, 7 insertions(+), 2 deletions(-)
--- a/audio/vorbis-tools/BUILD
+++ b/audio/vorbis-tools/BUILD
@@ -1,4 +1,9 @@
+
+# scrotted reported via irc this fixed his compile problem. A DSO/glibc issue. Odd though it
+# compiled fine here without this. Both machines are x86_64.
+ CFLAGS+=" -lm" &&
+
# Wouldn't it be nice if --with-docdir is respected?
-OPTS+=" --with-docdir=/usr/share/doc/$MODULE" &&
+ OPTS+=" --with-docdir=/usr/share/doc/$MODULE" &&
-default_build
+ default_build
More information about the Lunar-commits
mailing list