diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-10-08 13:41:17 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-10-08 13:42:00 +0000 |
commit | 5aa88df1700263f3fdea5f039caff0c098d3d2ed (patch) | |
tree | 6587602a13127f6b86e4f159ba897c07873a6250 /community/tg/makefile-tl-parser-nocrc32.patch | |
parent | e877b0d7b5fef37124665950fea43c4b0f80184e (diff) | |
download | aports-5aa88df1700263f3fdea5f039caff0c098d3d2ed.tar.bz2 aports-5aa88df1700263f3fdea5f039caff0c098d3d2ed.tar.xz |
community/telegram-cli: rename into tg
Diffstat (limited to 'community/tg/makefile-tl-parser-nocrc32.patch')
-rw-r--r-- | community/tg/makefile-tl-parser-nocrc32.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/community/tg/makefile-tl-parser-nocrc32.patch b/community/tg/makefile-tl-parser-nocrc32.patch new file mode 100644 index 0000000000..7e16ef61de --- /dev/null +++ b/community/tg/makefile-tl-parser-nocrc32.patch @@ -0,0 +1,16 @@ +--- a/tgl/Makefile.tl-parser ++++ b/tgl/Makefile.tl-parser +@@ -1,4 +1,4 @@ +-TL_PARSER_OBJECTS=${OBJ}/tl-parser.o ${OBJ}/tlc.o ${OBJ}/crc32.o ++TL_PARSER_OBJECTS=${OBJ}/tl-parser.o ${OBJ}/tlc.o + + ${TL_PARSER_OBJECTS}: ${OBJ}/%.o: ${srcdir}/tl-parser/%.c | create_dirs + ${CC} ${INCLUDE} ${COMPILE_FLAGS} -iquote ${srcdir}/tl-parser -c -MP -MD -MF ${DEP}/$*.d -MQ ${OBJ}/$*.o -o $@ $< +--- a/Makefile.tl-parser ++++ b/Makefile.tl-parser +@@ -1,4 +1,4 @@ +-TL_PARSER_OBJECTS=${OBJ}/tl-parser.o ${OBJ}/tlc.o ${OBJ}/crc32.o ++TL_PARSER_OBJECTS=${OBJ}/tl-parser.o ${OBJ}/tlc.o + + ${TL_PARSER_OBJECTS}: ${OBJ}/%.o: ${srcdir}/tgl/tl-parser/%.c | create_dirs + ${CC} ${INCLUDE} ${COMPILE_FLAGS} -iquote ${srcdir}/tgl/tl-parser -c -MP -MD -MF ${DEP}/$*.d -MQ ${OBJ}/$*.o -o $@ $< |