summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog11
-rwxr-xr-xdebian/rules2
2 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9430f61..8852b53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+ivy-c (3.9.2-1) unstable; urgency=low
+
+ * Apply patch from Michel Estienne <estienne@cena.fr> for Solaris,
+ * Change Makefile and debian rules build to be able to build on Sarge and
+ on Etch
+ * Use LDFLAGS in Makefile, use pkg-config if available to get X11 installation
+ path so that the Xt lib gets installed in the correct location even on newer
+ Xorg 7.x.
+
+ -- Olivier Fourdan <fourdan@cena.fr> Mon, 12 Feb 2007 17:36:06 +0100
+
ivy-c (3.9.1-2) unstable; urgency=low
* Update package for Debian Etch
diff --git a/debian/rules b/debian/rules
index ccdbd89..e9a9d03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ configure-stamp:
build: build-stamp
build-stamp: configure-stamp
dh_testdir
- cd src && $(MAKE) all MAJOR=$(MAJOR) MINOR=$(MINOR) TCLINC=$(-I/usr/include/tcl8.4/) TCLLIB=$(-ltcl8.4) CFLAGS="-g -fPIC -D_REENTRANT"
+ cd src && $(MAKE) all MAJOR=$(MAJOR) MINOR=$(MINOR) TCLINC=$(-I/usr/include/tcl8.4/) TCLLIB=$(-ltcl8.4) CFLAGS="-g -fPIC -D_REENTRANT" LDFLAGS="-L/usr/X11R6/lib"
touch build-stamp
clean: