r6977 - in /general/libsockets/trunk/debian: changelog rules

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Thu May 22 19:57:35 UTC 2008


Author: tiber-guest
Date: Thu May 22 19:57:35 2008
New Revision: 6977

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6977
Log:
Compile with -fPIC

Modified:
    general/libsockets/trunk/debian/changelog
    general/libsockets/trunk/debian/rules

Modified: general/libsockets/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libsockets/trunk/debian/changelog?rev=6977&op=diff
==============================================================================
--- general/libsockets/trunk/debian/changelog (original)
+++ general/libsockets/trunk/debian/changelog Thu May 22 19:57:35 2008
@@ -1,3 +1,9 @@
+libsockets (2.2.5-2) experimental; urgency=low
+
+  * Compile with -fPIC
+
+ -- Tobias Grimm <tg at e-tobi.net>  Thu, 22 May 2008 21:57:29 +0200
+
 libsockets (2.2.5-1) experimental; urgency=low
 
   [ Sebastian Dellit ]

Modified: general/libsockets/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libsockets/trunk/debian/rules?rev=6977&op=diff
==============================================================================
--- general/libsockets/trunk/debian/rules (original)
+++ general/libsockets/trunk/debian/rules Thu May 22 19:57:35 2008
@@ -8,6 +8,7 @@
 DEB_MAKE_CLEAN_TARGET := clean
 DEB_MAKE_BUILD_TARGET := all
 DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/libsockets-dev
+DEB_MAKE_ENVVARS = CFLAGS="-fPIC"
 DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) make -C $(DEB_BUILDDIR)
 
 # example to work around dirty makefile




More information about the pkg-vdr-dvb-changes mailing list