annotate src/mingw-libmng-1-noundefines.patch @ 4184:fc1bee8ff2d4

of-sparsersb: update to v1.0.1 * src/librsb.mk: update version, checksum to rc4. * src/of-sparsersb.mk: update version, checksum to 1.0.1 * src/librsb-1-nobzero.patch: remove patch * src/of-sparsersb-1-cross-build.patch: remove patch * src/of-sparsersb-1-fixes.patch: new patch * dist-files.mk: add of-sparsersb-1-fixes.patch * build_packages.m: update sparsersb version
author John D
date Sun, 07 Aug 2016 19:38:56 -0400
parents 217bd706c68d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3273
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 --- libmng-2.0.2/Makefile.am.orig 2013-10-18 22:28:44 -0400
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 +++ libmng-2.0.2/Makefile.am 2013-10-18 22:27:11 -0400
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3 @@ -8,7 +8,7 @@
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 # libmng release @VERSION@
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7 -libmng_la_LDFLAGS = \
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 +libmng_la_LDFLAGS = -no-undefined \
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 -version-number @MNG_MAJOR_NR@:@MNG_MINOR_NR@:@MNG_RELEASE_NR@
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 lib_LTLIBRARIES = libmng.la