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.
24 lines
1.1 KiB
24 lines
1.1 KiB
Index: configure |
|
--- configure.orig 2018-04-16 08:33:07.838024000 +0200 |
|
+++ configure 2018-04-16 19:45:50.021950000 +0200 |
|
@@ -17711,7 +17711,7 @@ |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: GNU" >&5 |
|
$as_echo "GNU" >&6; } |
|
# need to disable long long warning here because of ImageMagick using it |
|
- SPECIAL_CXXFLAGS="-DBUGGYGPP_NOLONGERNEEDED -pedantic -Wall -Wextra -Wuninitialized -Wswitch-default -Wunused -Wshadow -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long" |
|
+ SPECIAL_CXXFLAGS="-DBUGGYGPP_NOLONGERNEEDED -Wno-long-long" |
|
fi |
|
elif test `echo "$CXX" | egrep -c 'xlC$'` -eq 1; then |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: AIX xlC" >&5 |
|
Index: src/Makefile.in |
|
--- src/Makefile.in.orig 2018-01-29 19:32:28.000000000 +0100 |
|
+++ src/Makefile.in 2018-04-16 08:33:07.838885000 +0200 |
|
@@ -428,7 +428,7 @@ |
|
genericints.h \ |
|
version.h |
|
|
|
-libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -ldl -lm |
|
+libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} @LIBLD_LDFLAGS@ -lm |
|
libpstoedit_la_LDFLAGS = -no-undefined |
|
pstoedit_SOURCES = cmdmain.cpp |
|
pstoedit_LDADD = libpstoedit.la ${LIBLD_LDFLAGS}
|
|
|