0001-makefile.patch 837 B

123456789101112131415161718192021222324
  1. Binärdateien a/src/libyder.so und b/src/libyder.so sind verschieden.
  2. Binärdateien a/src/libyder.so.1.1.1 und b/src/libyder.so.1.1.1 sind verschieden.
  3. diff -pruN a/src/Makefile b/src/Makefile
  4. --- a/src/Makefile 2018-01-16 22:41:22.000000000 +0100
  5. +++ b/src/Makefile 2018-01-17 12:50:56.030845423 +0100
  6. @@ -18,8 +18,7 @@
  7. # You should have received a copy of the GNU General Public
  8. # License along with this library. If not, see <http://www.gnu.org/licenses/>.
  9. #
  10. -PREFIX=/usr/local
  11. -CC=gcc
  12. +PREFIX=/usr
  13. CFLAGS=-c -fPIC -Wall -D_REENTRANT $(ADDITIONALFLAGS)
  14. LIBS=-lc -lorcania
  15. OUTPUT=libyder.so
  16. @@ -43,7 +42,6 @@ clean:
  17. install: all
  18. cp $(OUTPUT).$(VERSION) $(PREFIX)/lib
  19. cp yder.h $(PREFIX)/include
  20. - -ldconfig
  21. static-install: static
  22. cp libyder.a $(PREFIX)/lib
  23. Binärdateien a/src/yder.o und b/src/yder.o sind verschieden.