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