mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-30 20:34:27 +01:00
Little patch for the Windows build system
This commit is contained in:
parent
cbaad7ff6c
commit
1d04bd2d2c
1 changed files with 16 additions and 0 deletions
16
extras/contrib/libconfig++-static-build.patch
Normal file
16
extras/contrib/libconfig++-static-build.patch
Normal file
|
@ -0,0 +1,16 @@
|
|||
--- lib/libconfig.pc.in.orig 2011-07-30 16:17:26.332648463 +0200
|
||||
+++ lib/libconfig.pc.in 2011-07-30 16:17:34.802648462 +0200
|
||||
@@ -11,4 +11,4 @@
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lconfig
|
||||
Libs.private: @LIBS@
|
||||
-Cflags: -I${includedir}
|
||||
+Cflags: -I${includedir} -DLIBCONFIG_STATIC
|
||||
--- lib/libconfig++.pc.in.orig 2011-07-30 16:20:17.302648457 +0200
|
||||
+++ lib/libconfig++.pc.in 2011-07-30 16:14:30.372648469 +0200
|
||||
@@ -11,4 +11,4 @@
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lconfig++
|
||||
Libs.private: @LIBS@
|
||||
-Cflags: -I${includedir}
|
||||
+Cflags: -I${includedir} -DLIBCONFIGXX_STATIC
|
Loading…
Add table
Reference in a new issue