]> git.pld-linux.org Git - packages/ext2resize.git/commitdiff
- disble using predefined CFLAGS,
authorkloczek <kloczek@pld-linux.org>
Mon, 17 Apr 2000 14:50:24 +0000 (14:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable build tst test program.

Changed files:
    ext2resize-automake.patch -> 1.1

ext2resize-automake.patch [new file with mode: 0644]

diff --git a/ext2resize-automake.patch b/ext2resize-automake.patch
new file mode 100644 (file)
index 0000000..ee2d0ec
--- /dev/null
@@ -0,0 +1,27 @@
+diff -Nru ext2resize-1.1.14/src/Makefile.am ext2resize-1.1.14.new/src/Makefile.am
+--- ext2resize-1.1.14/src/Makefile.am  Mon Apr 17 16:46:56 2000
++++ ext2resize-1.1.14.new/src/Makefile.am      Mon Apr 17 16:47:10 2000
+@@ -2,7 +2,7 @@
+ ## $Id$
+ sbin_PROGRAMS = ext2resize ext2prepare ext2online
+-noinst_PROGRAMS = tst
++#noinst_PROGRAMS = tst
+ noinst_LIBRARIES = libext2resize.a
+@@ -28,11 +28,11 @@
+ ext2online_SOURCES = ext2online.c
+ ext2online_LDADD = libext2resize.a
+-tst_SOURCES = tst.c
+-tst_LDADD = libext2resize.a /usr/lib/libuuid.a
++#tst_SOURCES = tst.c
++#tst_LDADD = libext2resize.a /usr/lib/libuuid.a
+ noinst_HEADERS = ext2.h
+ LIBS = @LIBS@
+-CFLAGS += -Wall -g
++#CFLAGS += -Wall -g
This page took 0.347582 seconds and 4 git commands to generate.