From 320ac3f0e289b2c4d8add38926913eb2d4809f55 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 18 Jan 2008 21:39:47 +0000 Subject: Fixing makefiles for binreloc I made it use flags like other things default on for linux. ideasman helped me get scons working. Cmake still needs some love... Kent --- config/linux2-config.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/linux2-config.py b/config/linux2-config.py index 4bf7e755c49..abba0f97ef2 100644 --- a/config/linux2-config.py +++ b/config/linux2-config.py @@ -114,6 +114,8 @@ BF_ICONV_INC = '${BF_ICONV}/include' BF_ICONV_LIB = 'iconv' BF_ICONV_LIBPATH = '${BF_ICONV}/lib' +WITH_BF_BINRELOC = 'true' + # enable ffmpeg support WITH_BF_FFMPEG = 'true' # -DWITH_FFMPEG BF_FFMPEG = '#extern/ffmpeg' -- cgit v1.2.3