[Pkg-sdl-commits] r21 - unstable/libsdl1.2/debian

Sam Hocevar sho at costa.debian.org
Wed Mar 1 18:40:00 UTC 2006


Author: sho
Date: 2006-03-01 18:40:00 +0000 (Wed, 01 Mar 2006)
New Revision: 21

Modified:
   unstable/libsdl1.2/debian/changelog
   unstable/libsdl1.2/debian/rules
Log:
  * debian/rules:
    + Do not use --with-pic, this flag should only be used if we want the
      static library to be PIC, too.


Modified: unstable/libsdl1.2/debian/changelog
===================================================================
--- unstable/libsdl1.2/debian/changelog	2006-02-28 23:45:46 UTC (rev 20)
+++ unstable/libsdl1.2/debian/changelog	2006-03-01 18:40:00 UTC (rev 21)
@@ -5,6 +5,8 @@
     + Build-depend on NASM.
   * debian/rules:
     + Build optimised blitting routines using NASM.
+    + Do not use --with-pic, this flag should only be used if we want the
+      static library to be PIC, too.
 
   * debian/patches/008_aalib_keys.diff:
     + Arrow keys and the numeric keypad conflict in the aalib driver, make the

Modified: unstable/libsdl1.2/debian/rules
===================================================================
--- unstable/libsdl1.2/debian/rules	2006-02-28 23:45:46 UTC (rev 20)
+++ unstable/libsdl1.2/debian/rules	2006-03-01 18:40:00 UTC (rev 21)
@@ -17,7 +17,7 @@
 export DEB_BUILD_GNU_TYPE
 
 confflags = --prefix=/usr
-confflags += --with-pic --disable-rpath --enable-dlopen \
+confflags += --disable-rpath --enable-dlopen \
 	     --enable-dependency-tracking \
 	     --enable-arts-shared=no --enable-alsa-shared=no \
 	     --enable-esd-shared=no




More information about the Pkg-sdl-commits mailing list