mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
12 lines
333 B
Diff
12 lines
333 B
Diff
--- ./build_posix/makemake.orig
|
|
+++ ./build_posix/makemake
|
|
@@ -25,7 +25,7 @@
|
|
|
|
# Write the list of sources.
|
|
echo
|
|
-echo "libwiredtiger_la_LDFLAGS = -release @VERSION@"
|
|
+echo "libwiredtiger_la_LDFLAGS ="
|
|
echo "libwiredtiger_la_SOURCES ="
|
|
sed -e '/^[a-z]/!d' < ../dist/filelist | while read file cond; do
|
|
if test -n "$cond"; then
|