r2183 - in trunk/user/esd

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Mon Mar 31 20:08:57 CEST 2008


Author: sonny_jim
Date: 2008-03-31 20:08:57 +0200 (Mon, 31 Mar 2008)
New Revision: 2183

Log:
Remove pkg-config dependancy in esd

Modified: trunk/user/esd/Makefile
===================================================================
--- trunk/user/esd/Makefile	2008-03-31 16:27:07 UTC (rev 2182)
+++ trunk/user/esd/Makefile	2008-03-31 18:08:57 UTC (rev 2183)
@@ -7,7 +7,10 @@
 			--disable-ipv6
 
 .configured:
-	cd src && env CFLAGS="$(CFLAGS)"\
+	cd src && env CFLAGS="$(CFLAGS)" \
+		PKG_CONFIG="no" \
+		AUDIOFILE_LIBS="-L$(ROOTDIR)/lib -laudiofile -lm" \
+		AUDIOFILE_CFLAGS="$(CFLAGS)" \
 		./configure --host=arm-linux-elf \
 		--prefix=/nonexistent $(ESD_CONFIGURE_FLAGS)
 	touch $@

Modified: trunk/user/esd/src/configure
===================================================================
--- trunk/user/esd/src/configure	2008-03-31 16:27:07 UTC (rev 2182)
+++ trunk/user/esd/src/configure	2008-03-31 18:08:57 UTC (rev 2183)
@@ -25087,7 +25087,7 @@
 
 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 See \`config.log' for more details." >&2;}
-   { (exit 1); exit 1; }; }
+   { (exit 1); }; }
 else
 	AUDIOFILE_CFLAGS=$pkg_cv_AUDIOFILE_CFLAGS
 	AUDIOFILE_LIBS=$pkg_cv_AUDIOFILE_LIBS



More information about the dslinux-commit mailing list