[MPlayer-cvslog] CVS: main configure,1.1162,1.1163
Gabucino
syncmail at mplayerhq.hu
Thu Apr 20 10:23:43 CEST 2006
CVS change done by Gabucino
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv9807
Modified Files:
configure
Log Message:
add support for CPPFLAGS and LDFLAGS
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1162
retrieving revision 1.1163
diff -u -r1.1162 -r1.1163
--- configure 18 Apr 2006 21:16:46 -0000 1.1162
+++ configure 20 Apr 2006 08:23:40 -0000 1.1163
@@ -586,6 +586,13 @@
# stuff explicitly as command line argument. In other words: It would be
# resonable to have only /usr/include or only /usr/local/include.
+# Gabucino: all the above is bullshit, people who babble this much trash
+# never used any real UNIX, only [debian] linux. LDFLAGS and CPPFLAGS must
+# always be honoured.
+
+_ld_extra="$_ld_extra $LDFLAGS"
+_inc_extra="$_inc_extra $CPPFLAGS"
+
if freebsd ; then
_ld_extra="$_ld_extra -L/usr/local/lib"
_inc_extra="$_inc_extra -I/usr/local/include"
More information about the MPlayer-cvslog
mailing list