diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-03 10:03:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-03 10:04:44 +0000 |
commit | dd04485bc45202b49ea7c5b58f9aa211b4dd47d7 (patch) | |
tree | 572faf2e385914854cc9e67b21bdf711e2ea0973 /main/recordmydesktop/libm-underlinking.patch | |
parent | 8580c902f26bfdde8552e9a91d2f351ba384701a (diff) | |
download | aports-dd04485bc45202b49ea7c5b58f9aa211b4dd47d7.tar.bz2 aports-dd04485bc45202b49ea7c5b58f9aa211b4dd47d7.tar.xz |
main/recordmydesktop: build fix. fix libm underlinking
Diffstat (limited to 'main/recordmydesktop/libm-underlinking.patch')
-rw-r--r-- | main/recordmydesktop/libm-underlinking.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/recordmydesktop/libm-underlinking.patch b/main/recordmydesktop/libm-underlinking.patch new file mode 100644 index 0000000000..04036b86e8 --- /dev/null +++ b/main/recordmydesktop/libm-underlinking.patch @@ -0,0 +1,11 @@ +--- ./src/Makefile.am.orig ++++ ./src/Makefile.am +@@ -76,7 +76,7 @@ + skeleton.h + + recordmydesktop_CPPFLAGS = -D_THREAD_SAFE -pthread -Wall +-recordmydesktop_LDFLAGS = @X_LIBS@ @X_EXTRA_LIBS@ @X_PRE_LIBS@ ++recordmydesktop_LDFLAGS = -lm @X_LIBS@ @X_EXTRA_LIBS@ @X_PRE_LIBS@ + + + # RectInsert test |