]> git.pld-linux.org Git - packages/ext2resize.git/blame - ext2resize-automake.patch
- disble using predefined CFLAGS,
[packages/ext2resize.git] / ext2resize-automake.patch
CommitLineData
86b0bf61 1diff -Nru ext2resize-1.1.14/src/Makefile.am ext2resize-1.1.14.new/src/Makefile.am
2--- ext2resize-1.1.14/src/Makefile.am Mon Apr 17 16:46:56 2000
3+++ ext2resize-1.1.14.new/src/Makefile.am Mon Apr 17 16:47:10 2000
4@@ -2,7 +2,7 @@
5 ## $Id$
6
7 sbin_PROGRAMS = ext2resize ext2prepare ext2online
8-noinst_PROGRAMS = tst
9+#noinst_PROGRAMS = tst
10
11 noinst_LIBRARIES = libext2resize.a
12
13@@ -28,11 +28,11 @@
14 ext2online_SOURCES = ext2online.c
15 ext2online_LDADD = libext2resize.a
16
17-tst_SOURCES = tst.c
18-tst_LDADD = libext2resize.a /usr/lib/libuuid.a
19+#tst_SOURCES = tst.c
20+#tst_LDADD = libext2resize.a /usr/lib/libuuid.a
21
22 noinst_HEADERS = ext2.h
23
24 LIBS = @LIBS@
25
26-CFLAGS += -Wall -g
27+#CFLAGS += -Wall -g
This page took 0.075133 seconds and 4 git commands to generate.