[SCM] Rasmol packaging branch, master, updated. debian/2.7.4.2-5-67-g5e12029
Teemu Ikonen
tpikonen at gmail.com
Sun May 19 20:41:35 UTC 2013
The following commit has been merged in the master branch:
commit b9b61da1075b445dfdb5c7fe5ba64ea5f623fbaf
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