You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
312 B
12 lines
312 B
--- src/Makefile.in 2011-12-13 11:34:22.000000000 -0500
|
|
+++ src/Makefile.in.new 2012-01-27 13:20:52.604989955 -0500
|
|
@@ -311,7 +311,7 @@
|
|
ufs.cc \
|
|
xfs.cc
|
|
|
|
-gpartedbin_LDFLAGS = -lparted -lgthread-2.0
|
|
+gpartedbin_LDFLAGS = -lparted -lgthread-2.0 -lpthread
|
|
gpartedbin_LDADD = $(GTKMM_LIBS)
|
|
all: all-am
|
|
|