Author: malat-guest Date: 2011-10-13 11:00:27 +0000 (Thu, 13 Oct 2011) New Revision: 8134
Modified: trunk/packages/gdcm/trunk/debian/rules Log: cleanup compilation flags Modified: trunk/packages/gdcm/trunk/debian/rules =================================================================== --- trunk/packages/gdcm/trunk/debian/rules 2011-10-13 09:32:35 UTC (rev 8133) +++ trunk/packages/gdcm/trunk/debian/rules 2011-10-13 11:00:27 UTC (rev 8134) @@ -3,11 +3,8 @@ # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 -# http://lists.alioth.debian.org/pipermail/debian-science-maintainers/2011-June/008157.html -export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) -export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) -export CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS) -export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) +DPKG_EXPORT_BUILDFLAGS = 1 +-include /usr/share/dpkg/buildflags.mk # to please dpkg-shlibdeps and java private libs in /usr/lib/jni export LD_LIBRARY_PATH+=:/usr/lib/jni _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
