[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1210 - trunk/freebsd-libs/debian



Author: aurel32
Date: 2006-02-15 21:13:28 +0000 (Wed, 15 Feb 2006)
New Revision: 1210

Modified:
   trunk/freebsd-libs/debian/control
   trunk/freebsd-libs/debian/rules
Log:
Compile fix for libkvm
libcam0 don't need to depend on libfreebsd0



Modified: trunk/freebsd-libs/debian/control
===================================================================
--- trunk/freebsd-libs/debian/control	2006-02-15 21:04:09 UTC (rev 1209)
+++ trunk/freebsd-libs/debian/control	2006-02-15 21:13:28 UTC (rev 1210)
@@ -24,7 +24,7 @@
 
 Package: libcam0
 Architecture: kfreebsd-i386
-Depends: ${shlibs:Depends}, libfreebsd0 (>= ${Source-Version})
+Depends: ${shlibs:Depends}
 Description: FreeBSD CAM (Common Access Method) library
  The CAM (Common Access Method) library provides a way for userland
  SCSI applications to construct a SCSI command.

Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2006-02-15 21:04:09 UTC (rev 1209)
+++ trunk/freebsd-libs/debian/rules	2006-02-15 21:13:28 UTC (rev 1210)
@@ -9,7 +9,7 @@
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
-CFLAGS = -Wall -g -pipe -fPIC -D__FBSDID\(s\)=
+CFLAGS = -Wall -g -pipe -fPIC -D__FBSDID\(s\)= -I.
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0



Reply to: