Author: plessy Date: 2011-05-08 12:15:48 +0000 (Sun, 08 May 2011) New Revision: 6791
Modified: trunk/packages/embassy-phylip/trunk/debian/changelog trunk/packages/embassy-phylip/trunk/debian/rules Log: Set RPATH with ?\226?\128?\156-Wl,--rpath?\226?\128?\157 as GCC 4.6 does not accept ?\226?\128?\156-R?\226?\128?\157 anymore. Modified: trunk/packages/embassy-phylip/trunk/debian/changelog =================================================================== --- trunk/packages/embassy-phylip/trunk/debian/changelog 2011-05-08 12:14:48 UTC (rev 6790) +++ trunk/packages/embassy-phylip/trunk/debian/changelog 2011-05-08 12:15:48 UTC (rev 6791) @@ -1,3 +1,10 @@ +embassy-phylip (3.69+20100721-3) UNRELEASED; urgency=low + + * Set RPATH with “-Wl,--rpath” as GCC 4.6 does not accept “-R” anymore. + LP: #770835. + + -- Charles Plessy <[email protected]> Sun, 08 May 2011 21:05:07 +0900 + embassy-phylip (3.69+20100721-2) unstable; urgency=low * Built on emboss-lib 6.3.1-6, pre-emptively depending on versions Modified: trunk/packages/embassy-phylip/trunk/debian/rules =================================================================== --- trunk/packages/embassy-phylip/trunk/debian/rules 2011-05-08 12:14:48 UTC (rev 6790) +++ trunk/packages/embassy-phylip/trunk/debian/rules 2011-05-08 12:15:48 UTC (rev 6791) @@ -5,5 +5,5 @@ DEB_CONFIGURE_EXTRA_FLAGS = --enable-systemlibs -CFLAGS += -I/usr/lib/emboss/include -I/usr/lib/emboss/include/epcre -I/usr/lib/emboss/include/eplplot -L/usr/lib/emboss/lib -R/usr/lib/emboss/lib +CFLAGS += -I/usr/lib/emboss/include -I/usr/lib/emboss/include/epcre -I/usr/lib/emboss/include/eplplot -L/usr/lib/emboss/lib -Wl,--rpath,/usr/lib/emboss/lib LDFLAGS += -Wl,--as-needed _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
