summaryrefslogtreecommitdiff
path: root/check/flag-dup-2.pc
diff options
context:
space:
mode:
Diffstat (limited to 'check/flag-dup-2.pc')
-rw-r--r--check/flag-dup-2.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/check/flag-dup-2.pc b/check/flag-dup-2.pc
new file mode 100644
index 0000000..fe1b656
--- /dev/null
+++ b/check/flag-dup-2.pc
@@ -0,0 +1,11 @@
+prefix=/path
+exec_prefix=${prefix}
+libdir="${exec_prefix}/lib"
+includedir="${prefix}/include"
+
+Name: Flag duplicate test 2
+Description: Test package for checking stripping of duplicate flags
+Version: 1.0.0
+Libs: -L${libdir} -lpath2 -Wl,--whole-archive -lm --Wl,--no-whole-archive -Xlinker -R -Xlinker ${libdir}
+Cflags: -I${includedir} -DPATH2 -DFOO
+Requires: flag-dup-1