[SCM] Rasmol packaging branch, p/imakefile, updated. upstream/2.7.5.2-6-g3ab74d2

Teemu Ikonen tpikonen at gmail.com
Sun May 19 20:41:36 UTC 2013


The following commit has been merged in the p/imakefile branch:
commit 3ab74d2b72604e4282df044f45527fc6f154ff40
Author: Teemu Ikonen <tpikonen at gmail.com>
Date:   Sat May 18 01:12:20 2013 +0200

    Imakefile: Get CFLAGS and LDFLAGS from dpkg-buildflags.

diff --git a/src/Imakefile b/src/Imakefile
index 83dddea..c389b65 100755
--- a/src/Imakefile
+++ b/src/Imakefile
@@ -352,6 +352,8 @@ LDLIBS = -lm -lXi $(XLIB) $(EXTRA_LIBRARIES) $(XFORMSLIB) $(GTKLIBS) \
 #endif
 #endif
 
+CCOPTIONS = $(shell dpkg-buildflags --get CFLAGS)
+LOCAL_LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
 
 ComplexProgramTarget(rasmol)
 MakeDirectories(install,$(RASMOLDIR))

-- 
Rasmol packaging



More information about the debian-science-commits mailing list