[HQ](Debian) Package version up
authorEunok Kim <eunok26.kim@samsung.com>
Fri, 3 Dec 2010 08:33:07 +0000 (17:33 +0900)
committerEunok Kim <eunok26.kim@samsung.com>
Fri, 3 Dec 2010 08:33:07 +0000 (17:33 +0900)
debian/changelog
debian/rules

index 9ba1524..ac17022 100644 (file)
@@ -1,3 +1,11 @@
+glib2.0 (2.24.2-3slp2) unstable; urgency=low
+
+  * Package version up
+  * Git: 165.213.180.234:/git/slp/unmodified/glib2.0.git
+  * Tag: glib2.0_2.24.2-3slp2
+
+ -- Eunok Kim <eunok26.kim@samsung.com>  Fri, 03 Dec 2010 17:31:55 +0900
+
 glib2.0 (2.24.2-2slp2) unstable; urgency=low
 
   * Add '-Wl,--as-needed' option
index 93dff63..e3ccea9 100755 (executable)
@@ -27,11 +27,11 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
 
-CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
+CFLAGS += -fPIC -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 
 # Ensure the build aborts when there are still references to undefined
 # symbols
-LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+LDFLAGS += -Wl,-z,defs -Wl,--hash-style=both -Wl,--as-needed 
 
 # NB: do NOT use -Wl,--as-needed to build glib; for instance the link to
 # pthread is carefully crafted to allow dlopen()ing pthread-using libs; see