[Debburn-changes] r492 - cdrkit/trunk/genisoimage

Eduard Bloch blade at alioth.debian.org
Sun Nov 26 16:05:00 CET 2006


Author: blade
Date: 2006-11-26 16:05:00 +0100 (Sun, 26 Nov 2006)
New Revision: 492

Modified:
   cdrkit/trunk/genisoimage/CMakeLists.txt
Log:
Not depending on detection of header when using the lib, need a bit help of cmake wizards to solve that

Modified: cdrkit/trunk/genisoimage/CMakeLists.txt
===================================================================
--- cdrkit/trunk/genisoimage/CMakeLists.txt	2006-11-26 15:02:56 UTC (rev 491)
+++ cdrkit/trunk/genisoimage/CMakeLists.txt	2006-11-26 15:05:00 UTC (rev 492)
@@ -12,12 +12,12 @@
 ENDIF(USE_MAGIC)
 
 # iconv may be provided by an additional library ; cludge, should test with a compile/link test
-IF(HAVE_ICONV_H)
+#IF(HAVE_ICONV_H)
 FIND_LIBRARY (USE_LIBICONV iconv)
 IF(USE_LIBICONV)
 	SET(EXTRA_LIBICONV iconv)
 ENDIF(USE_LIBICONV)
-ENDIF(HAVE_ICONV_H)
+#ENDIF(HAVE_ICONV_H)
 
 
 ADD_DEFINITIONS(-DUSE_LARGEFILES -DABORT_DEEP_ISO_ONLY -DAPPLE_HYB -DUDF -DDVD_VIDEO -DSORTING -DHAVE_CONFIG_H -DUSE_LIBSCHILY -DUSE_SCG -DJIGDO_TEMPLATE)




More information about the Debburn-changes mailing list