Update of /cvs/debian-boot/debian-installer/libdebian-installer/debian
In directory gluck:/tmp/cvs-serv14382

Modified Files:
        changelog rules 
Log Message:
revert workaround(?) for broken shell, make or whatever.
configure get CFLAGS always, it is exported.


Index: changelog
===================================================================
RCS file: /cvs/debian-boot/debian-installer/libdebian-installer/debian/changelog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- changelog   9 Dec 2003 20:04:41 -0000       1.58
+++ changelog   9 Dec 2003 21:22:50 -0000       1.59
@@ -14,8 +14,6 @@
   * Petter Reinholdtsen
     - Define PATH_MAX if it is undefined, to get this building on
       GNU/Hurd.  Patch from Santiago Vila. (Closes: #219464)
-  * Thiemo Seufer
-    - Let ./configure respect CFLAGS like -Os.
 
  -- Bastian Blank <[EMAIL PROTECTED]>  Wed, 12 Nov 2003 18:22:47 +0100
 

Index: rules
===================================================================
RCS file: /cvs/debian-boot/debian-installer/libdebian-installer/debian/rules,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- rules       9 Dec 2003 20:02:08 -0000       1.15
+++ rules       9 Dec 2003 21:22:50 -0000       1.16
@@ -27,7 +27,7 @@
        
        -mkdir build
        cd build && \
-       env CFLAGS="$(CFLAGS)" ../configure \
+       ../configure \
                --host=$(DEB_HOST_GNU_TYPE) \
                --build=$(DEB_BUILD_GNU_TYPE) \
                --prefix=/usr \


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to